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-line-to
/
source.html
10 lines
•
190 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
h2
>
M, L, z
</
h2
>
<
p
>
absolute lineto command
</
p
>
<
svg
height
=
"800px"
width
=
"800px"
>
<
path
fill
=
"none"
stroke
=
"#f7c562"
stroke-width
=
"1"
d
=
"M24 130L400 100 100 300z"
/>
</
svg
>