UNPKG
malebranche
Version:
latest (2.1.0)
2.1.0
2.0.0
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Converts clip path coordinates from absolute to fractional units between 0 and 1.
malebranche
/
examples
/
absolute-vertical-line-to
/
source.html
10 lines
•
215 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
h2
>
M, l, V, L, z
</
h2
>
<
p
>
absolute vertical line to command
</
p
>
<
svg
height
=
"800px"
width
=
"800px"
>
<
path
fill
=
"none"
stroke
=
"#f7c562"
stroke-width
=
"1"
d
=
"M24 130l400 100 V 30 30 30L0 400z"
/>
</
svg
>