Skip to content
Snippets Groups Projects
  1. Apr 02, 2011
  2. Apr 01, 2011
  3. Mar 30, 2011
  4. Mar 29, 2011
  5. Mar 28, 2011
  6. Mar 27, 2011
  7. Mar 26, 2011
  8. Mar 23, 2011
  9. Mar 22, 2011
  10. Mar 21, 2011
  11. Mar 20, 2011
    • Sergey Sharybin's avatar
      Fix #26555: SVG Import (stars wrong scale) · a39e8e5f
      Sergey Sharybin authored
      Transformation for non-container objects was applied twice when they were USEd.
      Get rid of confusing checks for special cases in USE.createGeom and use special
      flag (instancing) which tells geometry is it "normal" geometry creation or
      geometry creation initiated by USE node (SYMBOL would be handled differently
      int this two cases)
      
      Quick tests showed none regressions.
      a39e8e5f
    • Sergey Sharybin's avatar
      Fix #26556: SVG Import fails to parse Inkscape file. · 59bd26a2
      Sergey Sharybin authored
      Suppose zero frictional part for case there's space or comma after
      dot in float value. Inkscape sometimes uses such weird format.
      59bd26a2
    • Campbell Barton's avatar
      fix for 2 bugs importing SVG · 97b21507
      Campbell Barton authored
      - transform() only requires a single argument.
      - support 'INVALID' as a unit suffix is present in some files created by docbook.
      97b21507
Loading