Andy Meneely
7941adc2aa
Font size of 1/1024 pixel to fix non invertible matrix error
2015-03-31 21:15:06 -04:00
Andy Meneely
03e41c7e81
Adding regression tests for various cases to test PR #53
...
Close #53 .
2015-03-31 17:05:03 -04:00
pickfifteen
f18730e927
Embed cleanup unused lines
2015-03-30 16:23:33 -04:00
pickfifteen
7cc75b24a2
Embed wrapping fix
...
Draw call locations now calculated after all string replacements. Does this fix the center and right align embed? Quick testing could not find any errors, but more thorough testing needed.
2015-03-30 16:19:19 -04:00
pickfifteen
30df4cd115
Embed size fix
...
Missed the trailing word character in last commit
2015-03-30 16:06:32 -04:00
pickfifteen
67c834960a
Embed fix size, first / last issue
...
One more fix needed to fix wrapping-- draw_calls all need to be calculated after all string substitutions have been made.
2015-03-30 16:02:24 -04:00
Andy Meneely
554e8457da
Updated changelog for curves
2015-03-26 20:11:38 -04:00
Andy Meneely
574b76873e
Updating regression tests, renamed bezier curve params
2015-03-26 19:50:12 -04:00
Andy Meneely
924f9e98e8
More documentation on how to contribute
2015-03-26 19:12:47 -04:00
Andy Meneely
6c9ddaf38a
Lots of new documentation, especially for text
2015-03-26 19:12:46 -04:00
Andy Meneely
42ae2144e0
Fix index location issue, working on vertical placement
...
Contributes to #30
Also added little adjusters for the icons in case your icon is a little off.
[skip ci]
2015-03-24 14:59:21 -04:00
Andy Meneely
014646ce9f
Better default to avoid CAIRO_STATUS_INVALID_SIZE errors
...
For some silly reason Cairo checks the width and height for invalid size, not the product: http://lists.cairographics.org/archives/cairo/2010-December/021424.html
2015-03-23 13:53:23 -04:00
Andy Meneely
2cc9cc8e93
Initial implementation of curves
...
Contributes to #37
2015-03-19 18:15:24 -04:00
Andy Meneely
6f40e1db99
Documenting embedding on the changelog
2015-03-19 17:40:20 -04:00
Andy Meneely
eee1bcf90d
Default key is specified
2015-03-19 17:24:46 -04:00
Andy Meneely
ac2b46921d
Add support for embedding pngs
...
Refactored into passing a Proc. I love those things.
2015-03-19 17:00:27 -04:00
Andy Meneely
e2b45a2047
Documentation revisions
2015-03-19 14:29:30 -04:00
Andy Meneely
cb7ff5f4d7
Yard: Add in lots of @api private directives
2015-03-19 13:45:47 -04:00
Andy Meneely
9c5f78ee3b
Switching to Yard's frameless template
2015-03-19 13:32:04 -04:00
Andy Meneely
4b13f5d269
Travis: remove sudo for container-based infrastructure
2015-03-19 10:40:50 -04:00
Andy Meneely
c423c41b61
Travis: be less strict about ruby minor versions
2015-03-19 10:32:47 -04:00
Andy Meneely
cb33e8a40e
Updating unit tests
2015-03-19 00:24:52 -04:00
Andy Meneely
63f587f792
Another common test to run
2015-03-19 00:24:52 -04:00
Andy Meneely
3a57380959
Updated and corrected regression tests
2015-03-19 00:24:51 -04:00
Andy Meneely
d386ae0426
Finish my thought
2015-03-19 00:24:51 -04:00
Andy Meneely
188112d581
Record this as a known issue and point to the bug
2015-03-19 00:24:50 -04:00
Andy Meneely
50ddf0f576
Making the demo be left-aligned for now
2015-03-19 00:24:50 -04:00
Andy Meneely
8246fc605f
New build command for regressions only
2015-03-19 00:24:49 -04:00
Andy Meneely
77e5fcce06
Cleaning up
...
Although it appears we still have issues with text_options being different on different cards. Very strange.
2015-03-19 00:24:49 -04:00
Andy Meneely
c6cb0ca288
Saving a wonky bug example for posterity
2015-03-19 00:24:48 -04:00
Andy Meneely
c18096ecaf
More sublime build texts
2015-03-19 00:24:48 -04:00
Andy Meneely
bcf78cdbf7
Better building within sublime
2015-03-19 00:24:48 -04:00
Andy Meneely
666dae393d
Base functionality of icon embedding working
...
Contributes to #30
2015-03-19 00:24:47 -04:00
Andy Meneely
ef43741eb1
Documenting cygwin installs, updating benchmark
2015-03-12 10:22:15 -04:00
Andy Meneely
58a2f9cd89
Onward and upward.
2015-02-28 21:57:02 -05:00
Andy Meneely
fdef666576
Quick wording fix
2015-02-28 21:53:59 -05:00
Andy Meneely
2caacaeece
Fixing compatibility with linux os
...
Thank you, Travis! Turns out the cairo gem isn't perfectly the same in Linux...
2015-02-28 21:39:26 -05:00
Andy Meneely
499050c4ee
Requiring squib in more places on specs
...
Trying to fix unit tests on travis
2015-02-28 21:09:56 -05:00
Andy Meneely
cae7144040
I dub thee v0.4.0
2015-02-28 20:59:58 -05:00
Andy Meneely
82c141fbf4
Better docs on gradient coordinate behaviors
2015-02-28 20:53:59 -05:00
Andy Meneely
d744d9d815
Documentation for backend option
2015-02-28 20:36:21 -05:00
Andy Meneely
f49bff2388
Add antialias config option
...
Closes #41
2015-02-28 19:34:46 -05:00
Andy Meneely
b5016f90c0
Sorting lines
2015-02-28 09:33:27 -05:00
Andy Meneely
c27aea1254
Changelog for back end support and a few bugfixes
2015-02-27 20:51:58 -05:00
Andy Meneely
612c042d52
SVG backend: PDF implemented, tests passing
...
Wrapping up the svg backend work
Still some bugs to stamp out, but this is getting close to release ready.
2015-02-24 22:33:32 -05:00
Andy Meneely
05b943f914
Deleting hacky testbed
2015-02-24 21:16:46 -05:00
Andy Meneely
8876b27473
Merging in svg back end work. All but save_doc is done.
2015-02-20 22:56:07 -05:00
Andy Meneely
d030bdd7f9
Adding specs for formatify
2015-02-13 13:45:14 -05:00
Andy Meneely
a9d6ffda75
Refactoring specs, now with less leakage!
2015-02-13 13:35:38 -05:00
Andy Meneely
578c3cb6a0
Upgrading rspec, fixing mock objects bug
2015-02-13 13:26:22 -05:00