Commit graph

348 commits

Author SHA1 Message Date
Ryan Oldenburg 36352685e1 bugfix blur perf rgba/rgbx 2021-02-26 18:46:21 -06:00
Ryan Oldenburg 39d316d0d7 blur performance improved 2021-02-26 18:06:28 -06:00
Ryan Oldenburg 117cad90b2 separate image and masks blur 2021-02-26 17:35:52 -06:00
Ryan Oldenburg 5722ef51d3 quick optimization 2021-02-26 10:28:05 -06:00
treeform 076dc60468 Fix gradients to use rgbx. 2021-02-25 16:26:55 -08:00
Ryan Oldenburg 64cfab293d migrate public api to rgbx 2021-02-25 18:11:58 -06:00
Ryan Oldenburg f04f8e9478 images are always premultipled alpha 2021-02-25 16:11:36 -06:00
Ryan Oldenburg b623150b3f shortcut 2021-02-25 15:13:14 -06:00
Ryan Oldenburg 5e3e489f61 internal.nim 2021-02-25 12:16:33 -06:00
Ryan Oldenburg 751b804679 morepretty 2021-02-25 11:43:09 -06:00
Ryan Oldenburg 7b9d968381 small comment things 2021-02-25 11:39:30 -06:00
Ryan Oldenburg 34b5f07f1f
tiled draw path + removed 2 exported procs from paints.nim (#132) 2021-02-25 09:05:20 -08:00
treeform f68fb9919c Another doc pass. 2021-02-25 07:26:51 -08:00
treeform a038e5ae6e Another doc pass. 2021-02-25 07:16:20 -08:00
treeform 50a472ceb9 Another doc pass. 2021-02-25 07:05:53 -08:00
treeform 4a4c260064 Doc pass. 2021-02-25 06:52:20 -08:00
treeform 12b9ad2ff7 add docs comments 2021-02-25 06:27:58 -08:00
treeform c8c981b04e
Add paints to pixie. (#127)
Add paints for: solid, image, image tiled, linear, radial and angular gradients.
2021-02-24 21:49:21 -08:00
Ryan Oldenburg 704ecb7848 fix rendering artifact with clever idea from treeform 2021-02-24 23:09:06 -06:00
Ryan Oldenburg 2b000ca9ca add missing pixelScale 2021-02-24 22:22:33 -06:00
Ryan Oldenburg 3d3dc58bce move proc, more tests 2021-02-24 22:19:09 -06:00
Ryan Oldenburg 6e7a08538d linecap, linejoin, miterAngleLimit 2021-02-24 19:48:23 -06:00
Ryan Oldenburg 042d455cb0 fix 2021-02-23 20:25:23 -06:00
Ryan Oldenburg 11fe02c25e strip 2021-02-23 17:54:26 -06:00
Ryan Oldenburg 380d284a66 another iconset + fixes 2021-02-23 17:30:46 -06:00
Ryan Oldenburg ca023c1a08 arc flag parse fix + another icon set 2021-02-23 16:22:29 -06:00
Ryan Oldenburg 987531b018 basic css, ionicons looking much better 2021-02-23 14:46:04 -06:00
Ryan Oldenburg dc0246814e path parse bugfix 2021-02-23 14:09:15 -06:00
Ryan Oldenburg 404b0504ab path commands to shapes bugfix 2021-02-23 13:46:47 -06:00
Ryan Oldenburg aa19910380 merge into test_paths.nim 2021-02-23 13:26:59 -06:00
Ryan Oldenburg cda6dabf60 f 2021-02-23 13:26:59 -06:00
Ryan Oldenburg bdbaaa33cb f 2021-02-23 02:00:34 -06:00
Ryan Oldenburg dcf0a3fd60 more icon sets, couple fixes 2021-02-23 01:54:51 -06:00
treeform e41b8434eb
Compute pixel scale based on matrix max scale before doing the fill or storke. (#124) 2021-02-22 23:53:26 -08:00
Ryan Oldenburg fc2dc50c39 sweep flag fix for svg icons 2021-02-23 00:24:27 -06:00
Ryan Oldenburg 7b02ca4dd5 remove code 2021-02-22 23:20:05 -06:00
Ryan Oldenburg 5fa35c7852 default svg load 2021-02-22 22:35:08 -06:00
Ryan Oldenburg 40afb8e4c4 bootstrap icons svg megatest + parse fixes 2021-02-22 22:14:06 -06:00
Ryan Oldenburg 8cf6c5cd2f move comment 2021-02-22 18:42:44 -06:00
Ryan Oldenburg 6cb2491825 f 2021-02-22 18:39:27 -06:00
Ryan Oldenburg 7b0bd8753f strokes always wrNonZero 2021-02-22 16:30:28 -06:00
Ryan Oldenburg bca5119e8b linecap, linejoin 2021-02-20 13:31:25 -06:00
Ryan Oldenburg 34b3f09e43 fill and stroke helpers 2021-02-19 12:06:16 -06:00
Ryan Oldenburg b4edd635d5 support rect rx and ry for svg 2021-02-19 01:40:19 -06:00
Ryan Oldenburg 203a657c8a drawPolygon 2021-02-18 16:45:56 -06:00
Ryan Oldenburg 0362d03b0b drawEllipse, drawCircle 2021-02-18 16:33:41 -06:00
Ryan Oldenburg 318d90e509 drawRoundedRect + updated example 2021-02-18 16:23:54 -06:00
Ryan Oldenburg 3016790e8a drawSegment + updated examples 2021-02-18 14:03:08 -06:00
Ryan Oldenburg 505e2ff2d9 drawRect image, mask 2021-02-18 13:35:08 -06:00
Ryan Oldenburg 76ed801aa7 remove windingrule param from stroke proc 2021-02-18 12:16:01 -06:00