Skip to content

Releases: palantir/typesettable

Fix wrapper issue

16 Dec 21:51
Compare
Choose a tag to compare
Fix wrapper issue Pre-release
Pre-release

Fix wrapper issue, where given height is not sufficient for any line.

Fix clippath issue

12 Dec 03:15
Compare
Choose a tag to compare
Fix clippath issue Pre-release
Pre-release
v0.1.3

Fix clippath.

New endpoint

09 Dec 22:45
Compare
Choose a tag to compare
New endpoint Pre-release
Pre-release

Expose clear cache for measurer.

Update d3

09 Dec 19:01
Compare
Choose a tag to compare
Update d3 Pre-release
Pre-release

This version just updates d3.

First release

09 Dec 18:32
Compare
Choose a tag to compare
First release Pre-release
Pre-release

This version contains following items:

  • Measurers efficiently measure the size of a piece of text when written to a particular SVG element, taking into account the CSS styles affecting that text.
  • Wrappers calculate how best to fit text into a given space, based on results from the Measurer.
  • Writers write text to a given SVG element based on specified options such as alignment, rotation, and animation.