Translations:Release notes/1.1/65/en

From Inkscape Wiki
Jump to navigation Jump to search
  • The stroke's width can now be set to Hairline in the dialog at Object ⯈ Fill and stroke ⯈ Stroke Style (as a unit). This type of stroke is always 1px wide, independent of the zoom level. The feature will hopefully one day be useful for laser cutting and plotting (MR #846)
    • Hairline strokes can (theoretically) be exported to file formats with native hairline support (PDF/PS), but this requires a code change in the Cairo software library, which has not been accepted (yet), so the PS/PDF hairline export feature will not yet be available in any official packages. If unavailable, a very thin line width will be used instead (1px at the "1:1 zoom" level of the output).
    • In other SVG renderers, hairlines will be handled via non-scaling stroke with a stroke width of 1px.
    • Export to PNG and rendering on canvas will use a line width of 1px.
  • The Miter maximum has been increased to 100000 (Bug #1996)
  • Stock markers use SVG 2.0 context-stroke to automatically take on the stroke color of the object (MR #2009). If SVG 1.1 compatibility is needed, the setting for marker colors in Edit ⯈ Preferences ⯈ Input/Output ⯈ SVG export can be activated and SVG 1.1 compatibility can be activated in the 'Save as' dialog.