Difference between revisions of "Release notes/0.91"

From Inkscape Wiki
Jump to navigation Jump to search
Line 7: Line 7:
* Cairo rendering for display and PNG export
* Cairo rendering for display and PNG export
* OpenMP multithreading for all filters
* OpenMP multithreading for all filters
==Rendering and performance==
Inkscape 0.49 includes a new renderer based on the Cairo library. This work was done during Google Summer of Code 2010 and 2011 projects.
* '''Improved performance.''' The new renderer is significantly faster on most drawings.
* '''OpenMP multihtreading for filters.''' Filters use all available processor cores for computation. This results in substantial speedups when editing drawings containing large filtered objects on multi-core systems.
* '''Substantial memory savings.''' Inkscape now uses less memory when opening complex drawings, in some cases using only 25% of the memory used by Inkscape 0.48. Larger files can now be opened.
* '''Responsiveness improvements.''' The rendering of the SVG drawing is now cached. This results in massive improvements in responsiveness of path highlights, object selection / deselection, and path editing in delayed update mode.
* '''Rendering bug fixes.''' Most of the rendering glitches in our bug tracker are no longer present in Inkscape 0.49. The following things now render correctly:
** Pattern fills (no more gaps between tiles, regardless of transformation)
** Stroke of transformed objects in patterns
** Patterns containing clipped objects
** Nested clipping paths
** Masked and clipped objects with large masks / clipping paths in Outline view
** Paths with wide strokes and long miters


==Tools==
==Tools==
Line 16: Line 31:
=== Align and distribute dialog ===
=== Align and distribute dialog ===
New "Exchange position of selected objects" feature. It adds three buttons in the Align and Distribute dialog (rearrange group) that exchange the positions of the selected objects: 1. according to the selection order, 2. according to the Z-order, and 3. clockwise.
New "Exchange position of selected objects" feature. It adds three buttons in the Align and Distribute dialog (rearrange group) that exchange the positions of the selected objects: 1. according to the selection order, 2. according to the Z-order, and 3. clockwise.
===Live Path Effects===
====PowerStroke====
Here a list of the current state; note that this is very much work in progress and '''anything can change'''. I think this is the most efficient place of keeping track how the powerstroke LPE works.
* stroke knots are purple diamonds
* when first applied, 3 stroke knots are added one at start, one at end, one somewhere in the middle along the path.
* adding nodes: ctrl+click purple knot, unselect object, reselect it.
* "sort points" reorders the stroke knots according to where they lie along the path (where they are closest to the path), instead of keeping them in original order.
[http://imgh.us/powerstroke-ell.png example screenshot]


==Import/Export==
==Import/Export==
Line 44: Line 70:
* Optional sliders added on float and int extension parameters (full and minimal modes).
* Optional sliders added on float and int extension parameters (full and minimal modes).
* Extensions parameters values (but not attributes!) can now be contextualized for translation (with msgctxt).
* Extensions parameters values (but not attributes!) can now be contextualized for translation (with msgctxt).
==Live Path Effects==
===PowerStroke===
Here a list of the current state; note that this is very much work in progress and '''anything can change'''. I think this is the most efficient place of keeping track how the powerstroke LPE works.
* stroke knots are purple diamonds
* when first applied, 3 stroke knots are added one at start, one at end, one somewhere in the middle along the path.
* adding nodes: ctrl+click purple knot, unselect object, reselect it.
* "sort points" reorders the stroke knots according to where they lie along the path (where they are closest to the path), instead of keeping them in original order.
[http://imgh.us/powerstroke-ell.png example screenshot]


==User interface==
==User interface==
Line 68: Line 84:
* New man pages in Chinese (zh_TW) and Slovak (sk), and updated French translation. ''[Galician (gl) and Polish (pl) in progress]''
* New man pages in Chinese (zh_TW) and Slovak (sk), and updated French translation. ''[Galician (gl) and Polish (pl) in progress]''
* Man pages now use PO files for translation (inkscape-docs project).
* Man pages now use PO files for translation (inkscape-docs project).
==SVG Support==
* The <tt>clip-rule</tt> property is now supported. No UI to set it exists at the moment, other than the XML editor.


==Notable bug fixes==
==Notable bug fixes==

Revision as of 17:24, 19 July 2011

Inkscape 0.49

(not released yet - AnnouncePlanning049)

Release highlights

  • Cairo rendering for display and PNG export
  • OpenMP multithreading for all filters

Rendering and performance

Inkscape 0.49 includes a new renderer based on the Cairo library. This work was done during Google Summer of Code 2010 and 2011 projects.

  • Improved performance. The new renderer is significantly faster on most drawings.
  • OpenMP multihtreading for filters. Filters use all available processor cores for computation. This results in substantial speedups when editing drawings containing large filtered objects on multi-core systems.
  • Substantial memory savings. Inkscape now uses less memory when opening complex drawings, in some cases using only 25% of the memory used by Inkscape 0.48. Larger files can now be opened.
  • Responsiveness improvements. The rendering of the SVG drawing is now cached. This results in massive improvements in responsiveness of path highlights, object selection / deselection, and path editing in delayed update mode.
  • Rendering bug fixes. Most of the rendering glitches in our bug tracker are no longer present in Inkscape 0.49. The following things now render correctly:
    • Pattern fills (no more gaps between tiles, regardless of transformation)
    • Stroke of transformed objects in patterns
    • Patterns containing clipped objects
    • Nested clipping paths
    • Masked and clipped objects with large masks / clipping paths in Outline view
    • Paths with wide strokes and long miters

Tools

Selector tool

It is now easier to select items which are not at the top of the Z-order: use Alt+mouse wheel scroll to cycle through all items that are stacked on top of each other at the location of the mouse pointer (use Shift+Alt+mouse wheel scroll to add to the existing selection). At present, groups are not honoured, i.e., only individual items within groups are considered.

Align and distribute dialog

New "Exchange position of selected objects" feature. It adds three buttons in the Align and Distribute dialog (rearrange group) that exchange the positions of the selected objects: 1. according to the selection order, 2. according to the Z-order, and 3. clockwise.

Live Path Effects

PowerStroke

Here a list of the current state; note that this is very much work in progress and anything can change. I think this is the most efficient place of keeping track how the powerstroke LPE works.

  • stroke knots are purple diamonds
  • when first applied, 3 stroke knots are added one at start, one at end, one somewhere in the middle along the path.
  • adding nodes: ctrl+click purple knot, unselect object, reselect it.
  • "sort points" reorders the stroke knots according to where they lie along the path (where they are closest to the path), instead of keeping them in original order.

example screenshot


Import/Export

  • New Flash XML Graphics (FXG) export format.
  • XAML export improvements.
  • Compressed SVG and media export extension improvements. New options: set an image directory in the zip file, and add a text file that lists the fonts used in the SVG document.

Gimp XCF improvements

  • The "Save Background" option allows users to choose if the page background is saved with each Gimp layer.
  • The exported layers now use the label attribute or, if not set, the id attribute.
  • New help tab.
  • Some bugs and warnings fixed.

PDF/EPS/PS + LaTeX

  • Added the possibility of scaling the image. The 'calc' package must be included in the preamble. Then the image can be scaled by defining '\svgscale' instead of '\svgwidth'.
  • The font shape is now also exported. '\textit{}' for italic text, '\textbf{}' for bold text, and '\textsl{}' (slanted) for oblique text. It is important to note that Arial has an oblique font shape and not italic, so the result in LaTeX will be slanted instead of italic. It is better to use another font in Inkscape when you want true italics.

Extensions

New

  • The new guillotine extension is used for exporting png slices from a drawing. The slice rectangles are defined by adding horizontal and vertical guides within the canvas boundary, the canvas boundary serves as the outside of the sliced area.
  • The new G-code tools extension converts paths to G-code (using circular interpolation), makes offset paths and engraves sharp corners using cone cutters.
  • New QR code generator.
  • New isometric grid generator.

Improvements

  • Number nodes. New parameters allowing users to choose the starting dot number and the numbering step between two nodes.
  • Color Markers to Match Stroke extension improvements. The markers can now inherit the fill and stroke colors and alpha channels from the object, or be customized with color selectors in a separate tab.
  • Optional sliders added on float and int extension parameters (full and minimal modes).
  • Extensions parameters values (but not attributes!) can now be contextualized for translation (with msgctxt).

User interface

Menus

Text and Font, Fill and Stroke and Check Spelling dialogs added to the text object context menu (right click).

Simple calculations in spinboxes

In most spinboxes (a spinbox is an entry field with up and down "spinbuttons" next to it) you can now write simple calculations. For example: "2 * 3", "50 + 100", or "((12 + 34) * (5 + 5) - 2) / 2". Moreover, you can use units in entering values, like "2 + 2 cm". The result will be converted to the selected unit for the particular entry.

Translations

  • The Keyboard and mouse reference (inkscape-docs project) and color palettes' labels are now translatable.
  • New tutorial translations in Galician.
  • New man pages in Chinese (zh_TW) and Slovak (sk), and updated French translation. [Galician (gl) and Polish (pl) in progress]
  • Man pages now use PO files for translation (inkscape-docs project).

SVG Support

  • The clip-rule property is now supported. No UI to set it exists at the moment, other than the XML editor.

Notable bug fixes

  • Relative image paths are no longer stored as absolute (regression introduced with 0.47). --JazzyNico 12:13, 24 March 2011 (UTC) backport to 0.48.x?
  • Many rendering glitches were fixed.
  • The rendering of the stroke on transformed objects now matches the SVG specification.

Known issues

Previous releases