Leonid Gorshkov created BATIK-1055:
--------------------------------------
Summary: ImageTranscoder: 1px border clipped by viewBox
Key: BATIK-1055
URL: https://issues.apache.org/jira/browse/BATIK-1055
Project: Batik
Issue Type: Bug
Reporter: Leonid Gorshkov
{code}
<svg xmlns="http://www.w3.org/2000/svg" height="10" width="19" viewBox="0 0 19
10" preserveAspectRatio="none">
<rect width="19" height="10" fill="lime" stroke="black" stroke-width="1"/>
</svg>
{code}
Ths SVG cobverted to image by PNG/JPEG transcoders. Bottom and top border is
not visible in image.
But Google Chrome, Inkskape render this borders if I open source SVG.
If I change viewBox to "0 0 20 11" then border will be shown. But can't apply
this workaround.
Help me please
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]