mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
add createElementNS, will hopefully fix svgs for karax (#16938)
This commit is contained in:
@@ -1467,6 +1467,7 @@ else:
|
||||
proc insertBefore*(n, newNode, before: Node) {.importcpp.}
|
||||
proc getElementById*(d: Document, id: cstring): Element {.importcpp.}
|
||||
proc createElement*(d: Document, identifier: cstring): Element {.importcpp.}
|
||||
proc createElementNS*(d: Document, namespaceURI, qualifiedIdentifier: cstring): Element {.importcpp.}
|
||||
proc createTextNode*(d: Document, identifier: cstring): Node {.importcpp.}
|
||||
proc createComment*(d: Document, data: cstring): Node {.importcpp.}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user