first commit
This commit is contained in:
16
node_modules/dom-to-image-more/spec/resources/svg-ns/dom-node.html
generated
vendored
Normal file
16
node_modules/dom-to-image-more/spec/resources/svg-ns/dom-node.html
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<div id="root">
|
||||
<svg xmlns="http://www.w3.org/1999/xhtml" height="94px" width="94px">
|
||||
<path
|
||||
d="M10 10 H 90 V 90 H 10 L 10 10"
|
||||
transform="translate(1,1)"
|
||||
pointer-events="visibleStroke"
|
||||
version="1.1"
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
fill="none"
|
||||
stroke="#456"
|
||||
style=""
|
||||
stroke-width="4"
|
||||
shape-rendering="crispEdges"
|
||||
/>
|
||||
</svg>
|
||||
</div>
|
||||
Reference in New Issue
Block a user