File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
7
### [ [ >] ( https://github.com/svg/svgo/tree/v0.6.2 ) ] 0.6.2 / 08.03.2016
2
8
* Better error handling and messaging improvements.
3
9
* SVG files with XML entities (e.g. from Adobe Illustrator) are now correctly being parsed.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svgo" ,
3
- "version" : " 0.6.2 " ,
3
+ "version" : " 0.6.3 " ,
4
4
"description" : " Nodejs-based tool for optimizing SVG vector graphics files" ,
5
5
"keywords" : [
6
6
" svgo" ,
You can’t perform that action at this time.
0 commit comments