Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e69f0a2

Browse files
committed
0.6.3
1 parent 4e320d9 commit e69f0a2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### [ [>](https://github.com/svg/svgo/tree/v0.6.3) ] 0.6.3 / 20.03.2016
2+
* Smart rounding (introduced in 0.4.5) now applies only when rounding is needed, thus making subsequent passes more stable.
3+
* Fixed regression in converting curves to arcs.
4+
* `xlink:href` references are now being checked by local name `href`, thus correctly working with another namespace prefix.
5+
* Fixed `id` removing with disabled `plugins/convertStyleToAttrs.js`.
6+
17
### [ [>](https://github.com/svg/svgo/tree/v0.6.2) ] 0.6.2 / 08.03.2016
28
* Better error handling and messaging improvements.
39
* SVG files with XML entities (e.g. from Adobe Illustrator) are now correctly being parsed.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svgo",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Nodejs-based tool for optimizing SVG vector graphics files",
55
"keywords": [
66
"svgo",

0 commit comments

Comments
 (0)