Skip to content

Releases: xsrf/easyeda-svg-import

Version 1.10

20 Aug 12:56
Compare
Choose a tag to compare

Fixes:

  • fix handling of s/S commands in the SVG path when previous command wasn't s/S/c/C (fixes #24)

Version 1.9

03 Jan 15:32
Compare
Choose a tag to compare

Fixes:

  • Fixes import for multiple solid regions from within one SVG file

Version 1.8

10 May 19:21
Compare
Choose a tag to compare

Fixes:

  • fixes NaN import errors for paths that use segments like M 1.2.3 as shortcut for M 1.2, 0.3

Version 1.7

17 Apr 11:41
Compare
Choose a tag to compare

New Features:

  • Translation for Chinese (simplified) by @easyeda2021
  • Notification on how many items imported successfully (issue #14)
  • SVG Import is now also available in the footprint editor

Fixes:

  • fixed/improved NaN detection
  • Layer Drop-Down gets translated properly

Version 1.6

15 Apr 17:53
Compare
Choose a tag to compare

Features:

  • Catch error if generated SVG path contains NaN
  • Notification if update is available

Fixes:

  • inch hint for track import corrected

Other Changes:

  • Added example screenshots to the readme

Version 1.5

30 Jan 15:10
Compare
Choose a tag to compare

Fixes:

  • EasyEDA only supports Arcs (A) with same x/y radius, aka circles, not ellipses. Ellipses are now always split into small line segments. (#11)

Version 1.4

24 Jan 21:24
Compare
Choose a tag to compare

Features:

  • unit (mm/inch/mil) will be initialized based on the unit used in the editor
  • import will not change the view anymore

Fixes:

  • mil/inch was off by a factor of 10 🙈

Changes:

  • Input fields for the import origin were removed (import is always placed at the canvas origin)

Version 1.3

05 Jan 12:29
Compare
Choose a tag to compare

Features:

  • Importing paths that include curves as tracks / outline is now also supported. Curves will be split up into small linear segments

Changes:

  • center view after import (view is messed up anyways after import)
  • Spanish translation (by @mrmx)

Version 1.2

13 Dec 20:28
Compare
Choose a tag to compare

Fixes:

  • relative commands following Z/z in SVG paths were offset
  • additional coordinates following a M/m (move) are now interpreted as L/l (lines) (#6)

Features:

  • version is shown on the about page

Version 1.1

24 Nov 15:55
Compare
Choose a tag to compare

Adds support for the EasyEDA Desktop Client which was not supported before due to old Chrome version.