Inkscape writes per default the Attribute
Code: Select all
shape-rendering="crispEdges"
into the SVG-File. How can I change this to
Code: Select all
shape-rendering="geometricPrecision"
The difference between both is, how a Webbrowser will display the File. The crispEdges version will case some gaps in Firefox, Opera, IE.
Here is a sample-file
with "crispEdges":
and here is like Google Chrome will display it (screenshot):
The same with "geometricPrecision:
(screenshot):
sorry can't upload more files ;(
Maybe there is a way to set this attribute per default - but I find nothing.