1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-11 05:05:23 +03:00
Commit Graph

1389 Commits

Author SHA1 Message Date
Mark Goldin
a20a3cf9e9 Fix #583 setup MacawTest to run on OSX 2019-05-29 16:44:06 +07:00
Yuri Strot
1fbc6f335b
Merge pull request #581 from exyte/fix/Update-W3C-SVG-Test-Suite
Update W3C SVG Test Suite
2019-05-27 13:33:27 +07:00
Yuri Strot
b239217a0d Clean up source code 2019-05-24 19:43:21 +07:00
Yuri Strot
d0e55b8549 Add all standard web colors 2019-05-24 19:42:37 +07:00
Yuri Strot
397a4570e0 Add compact API for geometry classes and Color 2019-05-24 19:41:40 +07:00
Yuri Strot
4a0027316f
Merge pull request #578 from exyte/test/347-SVG-tests-for-coords-trans
#347 Add SVG tests for coords-trans
2019-05-24 19:03:44 +07:00
Daniil Manin
f7783594a2 Merge branch 'master'
Conflicts:
	Macaw.xcodeproj/project.pbxproj
2019-05-24 18:17:55 +07:00
Yuri Strot
fbe6a607d1
Merge pull request #579 from exyte/test/SVG-tests-for-shapes-rect-ios-bug
Add SVG tests for shapes rect [old iOS bug]
2019-05-24 18:13:36 +07:00
Daniil Manin
d8926bae74 update w3c-svg-test-suite 2019-05-24 17:56:49 +07:00
Daniil Manin
5386fffe78 Merge branch 'master'
Conflicts:
	Macaw.xcodeproj/project.pbxproj
2019-05-24 16:18:37 +07:00
Yuri Strot
afe2f044ee
Merge pull request #577 from exyte/fix/395-SVG-test-paths-data-20-f-manual
Fix #395: Flags for 'a' path segment type may not be separated properly
2019-05-24 16:16:23 +07:00
Daniil Manin
fd4a68d02a add svg test for shapes-rect 2/3/6/7 2019-05-24 16:13:46 +07:00
Daniil Manin
0d5a5136da Fix #395: improvements readSegments for A,a 2019-05-24 16:07:34 +07:00
Daniil Manin
99c384887f add svg test for shapes-rect 2019-05-24 15:04:05 +07:00
Daniil Manin
d221718fd7 #347 add svg tests for coords-trans 2019-05-24 14:36:37 +07:00
Daniil Manin
8affa6f988 Fix #395: add type == .A 2019-05-23 19:18:25 +07:00
Daniil Manin
018bca18c0 Fix #395: update w3c-svg-test-suite 2019-05-23 18:53:20 +07:00
Daniil Manin
86cef55ef8 Fix #395: add svg test for paths-data-20-f-manual 2019-05-23 18:50:46 +07:00
Daniil Manin
3266afc07a Fix #395: improvements for SVGParser for readData, flags for 'a' path segment type may not be separated properly 2019-05-23 18:40:56 +07:00
Yuri Strot
4c91b10e7e
Merge pull request #576 from exyte/fix/388-SVG-test-color-prop-05-t-manual
Fix #388: Filling for group with currentColor property
2019-05-22 22:04:23 +07:00
Daniil Manin
6f6ef2dc10 update w3c-test 2019-05-22 18:26:45 +07:00
Daniil Manin
5376e3cc05 Merge branch 'master'
Conflicts:
	Macaw.xcodeproj/project.pbxproj
2019-05-22 18:24:35 +07:00
Yuri Strot
b0e85a4b2d
Merge pull request #575 from exyte/fix/399-SVG-test-struct-use-01-t-manual
Fix #399: Add test for struct-use-01-t-manual
2019-05-22 18:21:59 +07:00
Daniil Manin
01a898c2e6 update w3c-test 2019-05-22 18:15:24 +07:00
Daniil Manin
922a68bf6f change location of SVGKeys 2019-05-22 16:22:32 +07:00
Daniil Manin
d08bd4a60b Fix #388: add enum Keys with fill, color and currentColor 2019-05-22 14:15:40 +07:00
Daniil Manin
ee31b069f3 Fix #388: add test for color-prop-05-t-manual 2019-05-20 17:17:18 +07:00
Daniil Manin
9a3c7293f3 Fix #388: fix fill for group with currentColor 2019-05-20 17:05:45 +07:00
Daniil Manin
923056ecf4 Fix #399: add test for struct-use-01-t-manual 2019-05-20 13:49:27 +07:00
Yuri Strot
c8c9505b83
Merge pull request #574 from exyte/bug/548-ImageContextStack-is-not-safe
Remove imageContextStack, add scale property to CGContext
2019-05-17 14:21:21 +07:00
Daniil Manin
231d1ba982 #548 remove imageContextStack, add scale property to CGContext 2019-05-16 18:09:50 +07:00
Yuri Strot
81d0a91dca
Merge pull request #573 from exyte/bug/528-SVGParser-memory-leak
Fix memory leak with Image objects
2019-05-16 16:30:57 +07:00
Daniil Manin
b80402fd65 #528 fix memory leak with Image objects 2019-05-16 15:33:35 +07:00
Yuri Strot
34d2382d93 Avoid NPE mentioned in #571: LoadFont with "bold" weight will crash 2019-05-13 19:36:55 +07:00
Yuri Strot
916240f118 #561: Built-in zoom support (Fix OSX build) 2019-04-08 19:27:57 +07:00
Yuri Strot
84602c48a0 WIP #561: Built-in zoom support 2019-04-08 17:29:41 +07:00
Yuri Strot
9a1abccbb6
Merge pull request #535 from exyte/fix/387
Fix #387: add "system" color support for SVG parser
2019-04-08 16:57:55 +07:00
Mark Goldin
6f1d0b102b Fix #387: use opacity for system colors 2019-04-08 16:30:36 +07:00
Mark Goldin
f2f9edabbd Fix #387: add color-prop-04-t-manual svg & reference files and testColorProp04 to MacawSVGTests 2019-04-05 13:06:32 +07:00
Yuri Strot
251b651187
Add reference to W3C SVG Test Suite 2019-04-05 12:36:57 +07:00
Yuri Strot
67a1fa7a14 0.9.5 release 2019-04-04 15:47:08 +07:00
Yuri Strot
428dcde7c4 Fix code warnings 2019-04-04 14:59:48 +07:00
Yuri Strot
669161a3a0
Merge pull request #556 from amarunko/swift_5_initializers_fix
Swift 5 initializers fix
2019-03-27 12:42:39 +07:00
basilche
947715c2c4
Update README.md 2019-03-27 10:49:17 +07:00
Anton Marunko
a77830e88e Added missing import 2019-03-27 01:01:19 +06:00
Anton Marunko
c53ba5cefc Adding overriding isEqual to avoid bugs 2019-03-27 00:29:04 +06:00
Anton Marunko
1a68c1f916 Fix for initializers 2019-03-27 00:04:20 +06:00
Yuri Strot
8a8b247d27
Merge pull request #555 from amarunko/swift_5.0
Swift 5.0
2019-03-26 20:19:38 +07:00
Anton Marunko
f00e8363bf Fix ios image version 2019-03-26 19:01:30 +06:00
Anton Marunko
275faa538f Fix travis image version 2019-03-26 18:56:27 +06:00