forked from enviPath/enviPy
Current Dev State
This commit is contained in:
11
static/js/ketcher2/node_modules/svgicons2svgfont/tests/fixtures/variablewidthicons/arrow-left.svg
generated
vendored
Executable file
11
static/js/ketcher2/node_modules/svgicons2svgfont/tests/fixtures/variablewidthicons/arrow-left.svg
generated
vendored
Executable file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="50"
|
||||
height="150"
|
||||
viewBox="0 0 50 150"
|
||||
id="svg2">
|
||||
<path
|
||||
d="m 0,75 50,-45 0,90 z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 256 B |
10
static/js/ketcher2/node_modules/svgicons2svgfont/tests/fixtures/variablewidthicons/arrow-right.svg
generated
vendored
Executable file
10
static/js/ketcher2/node_modules/svgicons2svgfont/tests/fixtures/variablewidthicons/arrow-right.svg
generated
vendored
Executable file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="150"
|
||||
height="150"
|
||||
viewBox="0 0 150 150"
|
||||
id="svg2">
|
||||
<path d="M 100,75 50,30 50,120 z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 250 B |
Reference in New Issue
Block a user