Only attempt to group elements that the content model allows to be children of a <g> when --create-groups is specified. (#98)

(before it could happen that e.g. `tspan` elements were grouped, which is invalid; fixes issues #96 and #97)
This commit is contained in:
Eduard Braun 2016-08-29 02:33:13 +02:00 committed by GitHub
parent 419f41cb48
commit 5844076258
4 changed files with 35 additions and 1 deletions

View file

@ -11,6 +11,8 @@
* Redirect informational output to `stderr` when SVG is output to `stdout`. ([#67](https://github.com/scour-project/scour/issues/67))
* Allow elements to be found via `Document.getElementById()` in the minidom document returned by scourXmlFile(). ([#68](https://github.com/scour-project/scour/issues/68))
* Improve code to remove default attribute values and add a lot of new default values. ([#70](https://github.com/scour-project/scour/issues/70))
* Fix: Only attempt to group elements that the content model allows to be children of a `<g>` when `--create-groups` is specified. (#98)
## Version 0.34 (2016-07-25)