Skip to content

Commit 8f9ccb1

Browse files
author
wout
committed
Completely reworked SVG.Text, SVG.TSpan and SVG.PathArray and bumped to 1.0.0-rc.5
1 parent a7d61df commit 8f9ccb1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+2203
-1797
lines changed

CHANGELOG.md

100644100755
+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 1.0.0-rc.5 (14/02/2014)
2+
3+
- added `plain()` method to `SVG.Text` element to add plain text content, without tspans
4+
- added `plain()` method to parent elements to create a text element without tspans
5+
- updated `SVG.TSpan` to accept nested tspan elements, not unlike the `text()` method in `SVG.Text`
6+
- removed the `relative()` method in favour of `dx()`, `dy()` and `dmove()`
7+
- switched form objects to arrays in `SVG.PathArray` for compatibility with other libraries and better performance on parsing and rendering (up-to 48% faster than 1.0.0-rc.4)
8+
- refined docs on element-specific methods and `SVG.PathArray` structure
9+
- added `build()` to enable/disable build mode
10+
- removed verbose style application to tspans
11+
- reworked `leading()` implementation to be more font-size "aware"
12+
- refactored the `attr` method on `SVG.Element`
13+
- applied Helvetica as default font
14+
- building `SVG.FX` class with `SVG.invent()` function
15+
116
# 1.0.0-rc.4 (04/02/2014)
217

318
- switched to `MAJOR`.`MINOR`.`PATCH` versioning format to play nice with package managers

Gemfile

100644100755
File mode changed.

Gemfile.lock

100644100755
File mode changed.

MIT-LICENSE

100644100755
File mode changed.

0 commit comments

Comments
 (0)