mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
Add clipPath to dom.nim. (#14435)
Just adds a single new css atribute, see: https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path .
This commit is contained in:
@@ -398,6 +398,7 @@ type
|
||||
captionSide*: cstring
|
||||
clear*: cstring
|
||||
clip*: cstring
|
||||
clipPath*: cstring
|
||||
color*: cstring
|
||||
cursor*: cstring
|
||||
direction*: cstring
|
||||
@@ -1384,4 +1385,4 @@ since (1, 3):
|
||||
proc readAsDataURL*(f: FileReader, b: Blob) {.importcpp: "#.readAsDataURL(#)".}
|
||||
## https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsDataURL
|
||||
proc readAsText*(f: FileReader, b: Blob, encoding = cstring"UTF-8") {.importcpp: "#.readAsText(#, #)".}
|
||||
## https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsText
|
||||
## https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsText
|
||||
|
||||
Reference in New Issue
Block a user