Added inkscape extension files
This commit is contained in:
parent
96d9edad78
commit
94a1e28a57
7 changed files with 199 additions and 4 deletions
10
unittests/gradient-default-attrs.svg
Normal file
10
unittests/gradient-default-attrs.svg
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<linearGradient id="g" x1="0" y1='0' x2='100%' y2='0.0' gradientUnits="objectBoundingBox" spreadMethod="pad">
|
||||
<stop offset="0" stop-color="black"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="g2" xlink:href="#g1" cx="50%" cy="0.5" r="50%" fx="50%" fy="0.5"/>
|
||||
<rect width="100" height="100" fill="url(#g)"/>
|
||||
<rect width="50" height="50" fill="url(#g2)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 535 B |
Loading…
Add table
Add a link
Reference in a new issue