Releases: xsrf/easyeda-svg-import
Releases · xsrf/easyeda-svg-import
Version 1.10
Version 1.9
Fixes:
- Fixes import for multiple solid regions from within one SVG file
Version 1.8
Fixes:
- fixes
NaN
import errors for paths that use segments likeM 1.2.3
as shortcut forM 1.2, 0.3
Version 1.7
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
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
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
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
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
Fixes:
- relative commands following
Z
/z
in SVG paths were offset - additional coordinates following a
M
/m
(move) are now interpreted asL
/l
(lines) (#6)
Features:
- version is shown on the about page
Version 1.1
Adds support for the EasyEDA Desktop Client which was not supported before due to old Chrome version.