first commit
This commit is contained in:
1
node_modules/dom-to-image-more/spec/resources/svg-ns/control-image
generated
vendored
Normal file
1
node_modules/dom-to-image-more/spec/resources/svg-ns/control-image
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAABGklEQVR4nO3RwQlCUQxFwRRnC7Zg/x3EnQX4vnjQOXC3gTCzM2udzc7sKBGQWEBiAYkFJBaQWEBiAYkFJBaQWEBiAYkFJBaQWJeB3O6PtfMBie0Y5NsP/NqAxHY5yLt3/jUgsYDEAhILSCwgsYDEAhILSCwgsYDEAhILSCwgsYDEAhILSCwgsYDEAhILSCwgsYDEAhILSCwgsYDEAhILSCwgsYDEAhILSCwgsYDEAhILSCwgsYDEAhILSCwgsYDEAhILSCwgsYDEAhILSCwgsYDEAhILSCwgsYDEAhILSCwgsYDEAhILSCwgsYDEAhILSCwgsYDEAhILSCwgsYDEAhILSCwgsYDEAhLr4yB2NiCxAYkNSGwvEOvsCVJUA7QaTpmKAAAAAElFTkSuQmCC
|
||||
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>
|
||||
16
node_modules/dom-to-image-more/spec/resources/svg-ns/style.css
generated
vendored
Normal file
16
node_modules/dom-to-image-more/spec/resources/svg-ns/style.css
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
#dom-node {
|
||||
width: 100px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#root {
|
||||
border: 1px solid red;
|
||||
position: relative;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
svg {
|
||||
position: absolute;
|
||||
left: 5px;
|
||||
top: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user