Fixed fish and alcohol SVG files (fixes #12948)

Both SVGs had an extra path out of specified bounds which was getting
clipped out when rendering to canvas, but not in other places.
This commit is contained in:
Martin Dobias 2015-06-18 11:14:38 +08:00
parent e1d2735f85
commit b81933ee56
2 changed files with 0 additions and 8 deletions

View File

@ -37,10 +37,6 @@
</g>
<g id="g3338" transform="matrix(1.3973279,-0.2437849,0.2437849,1.3973279,-185.07402,-56.183307)">
</g>
<path fill="param(fill) #FFF" stroke="param(outline) #000" stroke-width="param(outline-width) 1" d="M152.863-175.071c1.811,0,3.606-0.545,5.137-1.606
c2.475-1.716,3.93-4.554,3.878-7.565l-0.986-56.982c-0.074-4.234-3.083-7.847-7.235-8.682l-111.59-22.465
c-3.13-0.629-6.361,0.443-8.493,2.821l-13.045,14.555c-2.655,2.962-3.055,7.313-0.984,10.709l12.306,20.187
c1.022,1.676,2.563,2.973,4.389,3.694L149.555-175.7C150.624-175.278,151.746-175.071,152.863-175.071z"/>
<path fill="param(fill) #FFF" stroke="param(outline) #000" stroke-width="param(outline-width) 1" d="M244.897,142.712c-5.551-3.063-12.103-6.376-18.884-9.163V29.944
c0-4.225-3.425-7.649-7.649-7.649h-37.893c-4.225,0-7.649,3.425-7.649,7.649v103.23c-17.422,6.57-35.835,17.419-44.24,27.374
c-6.854,8.117-8.216,15.891-7.848,21.666v333.124c0,7.179,3.334,13.95,9.025,18.327c18.134,13.947,55.303,15.453,70.441,15.453

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -32,10 +32,6 @@
<rect id="rect4134" x="1" y="1" display="inline" fill="none" stroke="#757575" stroke-width="0.1" width="10" height="10"/>
<rect id="rect4136" x="2" y="2" display="inline" fill="none" stroke="#757575" stroke-width="0.1" width="8" height="8"/>
</g>
<path fill="param(fill) #FFF" stroke="param(outline) #000" stroke-width="param(outline-width) 1" d="M31.851-224.099c1.022,1.676,2.563,2.973,4.389,3.694L149.555-175.7
c1.069,0.422,2.191,0.629,3.308,0.629c1.811,0,3.606-0.545,5.137-1.606c2.475-1.716,3.93-4.554,3.878-7.565l-0.986-56.982
c-0.074-4.234-3.083-7.847-7.235-8.682l-111.59-22.465c-3.13-0.629-6.361,0.443-8.493,2.821l-13.045,14.555
c-2.655,2.962-3.055,7.313-0.984,10.709L31.851-224.099z"/>
<path fill="param(fill) #FFF" stroke="param(outline) #000" stroke-width="param(outline-width) 1" d="M540.531,306.188c6.14-18.828,12.433-41.819,20.688-59.938
c4.717-8.309,5.584-16.723,1.781-16.813c-0.629-0.015-3.282,0.963-6,2.219s-9.8,4.507-15.594,7.125s-12.849,6.712-15.688,9.188
c-16.914,11.087-35.235,16.465-55.812,15.594c-22.999-4.607-52.801-8.219-75.781-23.906c-35.322-18.993-38.363-20.479-53.031-25.656

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB