swiftvg icon indicating copy to clipboard operation
swiftvg copied to clipboard

Convert SVG path data to a Swift 3 UIBezierPath

Results 4 swiftvg issues
Sort by recently updated
recently updated
newest added

Example: using the first Arc example from https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Paths < path d="M 10 315 L 110 215 A 36 60 0 0 1 150.71 170.29 L 172.55 152.45 A 30 50...

help wanted

Hi Mike. Here's a path I tried to convert that didn't translate correctly. Path: ``` M11.312.758c3.698 0 6.743 1.91 7.155 4.396l3.656 41.303c0 4.09-4.784 7.436-10.8 7.436C5.314 53.893.54 50.546.54 46.457 L4.188 5.154...

I found this problem on https://swiftvg.mike-engel.com ... For curves with differential param (lowercase c), the controlPoints aren't calculated well. Actually, the same dx1 dy1 and dx2 and dy2 are given...

Thanks for your perfect tool. I used that and its amazing. Just want to ask haw can convert other attributes in svg to UIBezeirPath. For example I have svg like...