Conversation
|
Investigating the broken test. Clip is missing when parsing Looks like |
|
Hello, Thank you very much for your contribution. About the test, you are right. I added serialization for |
|
Hello again, |
16f89a0 to
6abb303
Compare
Source/svg/SVGParser.swift
Outdated
| let transform = transformBoundingBoxLocus(respectiveLocus: userSpaceLocus.locus, absoluteLocus: locus) | ||
| return TransformedLocus(locus: userSpaceLocus.locus, transform: transform) | ||
| } | ||
| if let userSpaceTransform = userSpaceLocus.transform, userSpaceTransform != Transform.identity { |
There was a problem hiding this comment.
I added a check here to only return a TransformedLocus if the transform is not the identity matrix.
|
Thanks @f3dm76, tests are passing now! |
|
Hello, looks good, but it seems like it's easier to just put |
6abb303 to
7440caf
Compare
|
Great idea! I've updated the PR. |
|
Hi Stephanie, Thanks for your help! |
Note: depends on #436