-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V2 fixes #48
Commits on Dec 2, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 65de9d3 - Browse repository at this point
Copy the full SHA 65de9d3View commit details -
Merge pull request #31 from iamdoron/master
add OS X deployment target to podspec
Configuration menu - View commit details
-
Copy full SHA for d2479d7 - Browse repository at this point
Copy the full SHA d2479d7View commit details
Commits on Mar 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 09293dc - Browse repository at this point
Copy the full SHA 09293dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b363b0 - Browse repository at this point
Copy the full SHA 2b363b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a527e - Browse repository at this point
Copy the full SHA 43a527eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0218e85 - Browse repository at this point
Copy the full SHA 0218e85View commit details
Commits on Mar 13, 2015
-
Non-ARC compatibility, Interface Builder designables compatibility, s…
…cientific notation no longer borks parsing
karnevil9 committedMar 13, 2015 Configuration menu - View commit details
-
Copy full SHA for 78208d3 - Browse repository at this point
Copy the full SHA 78208d3View commit details
Commits on Mar 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1c8e85a - Browse repository at this point
Copy the full SHA 1c8e85aView commit details
Commits on May 8, 2015
-
Support Quadratic Bézier paths
Adds support for: Q,q = Quadratic Bézier T,t = Smooth quadratic Bézier
dbworku committedMay 8, 2015 Configuration menu - View commit details
-
Copy full SHA for a2addb1 - Browse repository at this point
Copy the full SHA a2addb1View commit details
Commits on May 11, 2015
-
Fix Control Point state and valence check
- Replace check if index == 0 and while statement into `doesValenceMatch` method that produces more descriptive logging when the parameters are insufficient - Compute `[token command] == ` once per append command. - Prevent Q and S control points from mixing - Q and S use last point drawn as control if the previous command did not produce a control point of that type. - Move to point was producing a line after it moved to that point
dbworku committedMay 11, 2015 Configuration menu - View commit details
-
Copy full SHA for 314b0f5 - Browse repository at this point
Copy the full SHA 314b0f5View commit details
Commits on May 12, 2015
-
- L style commands should have 2 parameters - Fix logging on unichar
dbworku committedMay 12, 2015 Configuration menu - View commit details
-
Copy full SHA for f1afdd1 - Browse repository at this point
Copy the full SHA f1afdd1View commit details
Commits on May 14, 2015
-
Merge pull request #34 from dbworku/master
Support Quadratic Bézier paths
Configuration menu - View commit details
-
Copy full SHA for f69e180 - Browse repository at this point
Copy the full SHA f69e180View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54b30ca - Browse repository at this point
Copy the full SHA 54b30caView commit details
Commits on Jun 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 58bbc97 - Browse repository at this point
Copy the full SHA 58bbc97View commit details
Commits on Jun 22, 2015
-
Merge pull request #35 from hamin/nsbezierpath_bug_fix
Bug fix for NSBezierPath. Wrong method signature :)
Configuration menu - View commit details
-
Copy full SHA for 4b3d302 - Browse repository at this point
Copy the full SHA 4b3d302View commit details
Commits on Jun 23, 2015
-
dynamic Interface Builder compatibility
Preprocessor condition added so we can use the same file for building and IB without modification.
Configuration menu - View commit details
-
Copy full SHA for 03454fd - Browse repository at this point
Copy the full SHA 03454fdView commit details -
Merge pull request #36 from nathanfjohnson/master
dynamic Interface Builder compatibility
Configuration menu - View commit details
-
Copy full SHA for 4d2a1e8 - Browse repository at this point
Copy the full SHA 4d2a1e8View commit details
Commits on Oct 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a744afa - Browse repository at this point
Copy the full SHA a744afaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5db1b2 - Browse repository at this point
Copy the full SHA e5db1b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64d14ec - Browse repository at this point
Copy the full SHA 64d14ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 153049e - Browse repository at this point
Copy the full SHA 153049eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d97986 - Browse repository at this point
Copy the full SHA 0d97986View commit details
Commits on Oct 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7f3ed96 - Browse repository at this point
Copy the full SHA 7f3ed96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 017828c - Browse repository at this point
Copy the full SHA 017828cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77f278d - Browse repository at this point
Copy the full SHA 77f278dView commit details
Commits on Nov 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1c45b8b - Browse repository at this point
Copy the full SHA 1c45b8bView commit details
Commits on Nov 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for cb08731 - Browse repository at this point
Copy the full SHA cb08731View commit details
Commits on May 10, 2016
-
Added repeat instruction support
As per w3.org specs, you can ommit command character for repeated path instructions. Example 1: C command followed by 12 numbers means two repeated C commands. Example 2: M or m command followed by 2 or more pairs of numbers is a shortcut for LineTo For more information see: https://www.w3.org/TR/SVG/paths.html#PathData Changes: - Support for multiple coordinate pairs after M/m command - Support for multiple coordinate pairs to the L/l/H/h/V/v - Support for multiple coordinate pairs to the S/s/C/c - Support for multiple coordinate pairs to the Q/q/T/t
Daniel Chu committedMay 10, 2016 Configuration menu - View commit details
-
Copy full SHA for 5e8e4f8 - Browse repository at this point
Copy the full SHA 5e8e4f8View commit details
Commits on May 15, 2016
-
Merge pull request #45 from DanielChu/master
Added repeat instruction support
Configuration menu - View commit details
-
Copy full SHA for 64ab3fd - Browse repository at this point
Copy the full SHA 64ab3fdView commit details
Commits on Jun 3, 2016
-
Ariel Elkin committed
Jun 3, 2016 Configuration menu - View commit details
-
Copy full SHA for 852052a - Browse repository at this point
Copy the full SHA 852052aView commit details -
Ariel Elkin committed
Jun 3, 2016 Configuration menu - View commit details
-
Copy full SHA for 1eed8ac - Browse repository at this point
Copy the full SHA 1eed8acView commit details -
replace SVGPathSerializing with PocketSVG in SVG Example
Ariel Elkin committedJun 3, 2016 Configuration menu - View commit details
-
Copy full SHA for fe60d2c - Browse repository at this point
Copy the full SHA fe60d2cView commit details
Commits on Jun 6, 2016
-
SVGExample: link framework into targets
Ariel Elkin committedJun 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 51c1398 - Browse repository at this point
Copy the full SHA 51c1398View commit details -
Ariel Elkin committed
Jun 6, 2016 Configuration menu - View commit details
-
Copy full SHA for faf0743 - Browse repository at this point
Copy the full SHA faf0743View commit details -
Ariel Elkin committed
Jun 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 2cd3a9d - Browse repository at this point
Copy the full SHA 2cd3a9dView commit details -
Ariel Elkin committed
Jun 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 5567ae5 - Browse repository at this point
Copy the full SHA 5567ae5View commit details -
Ariel Elkin committed
Jun 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 5c2199d - Browse repository at this point
Copy the full SHA 5c2199dView commit details
Commits on Jul 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 405636f - Browse repository at this point
Copy the full SHA 405636fView commit details