Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
README and doc.go
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
width has already been reduced by left and right margin, so right margin doesn't need to be subtracted twice
|
|
|
|
|
|
|
|
|
|
|
|
style and line join style so that the manipulation of these properties in transformations, which begin with default values, will work as intended. Add example to demonstrate expected results.
|
|
reproducable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Generated font ID will now be the same across machines when generating
the same font file.
Generated image Id will now be the same across machines when generating
the same image file.
|
|
- Made font id a string which is a sha1 sum of the contents of the json
file.
|
|
|
|
- Updated Encode and Decode to ensure templates and images are pointers to
the original objects
- Refactored so encoding no longer has to create p and o labels for images
- removed id from template and generate it using Bytes instead.
|