1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-07-14 16:30:34 +03:00
Commit Graph

1603 Commits

Author SHA1 Message Date
Daniil Manin
1d014da409 #393 add svg tests for masking-filter-01, masking-mask-02-f-manual 2019-05-29 18:19:02 +07:00
Mark Goldin
b722d60519 Fix #583 2019-05-29 18:14:54 +07:00
Mark Goldin
fe5b65a720 Fix #583 fix travis config #2 2019-05-29 17:56:23 +07:00
Daniil Manin
b15ce702bb #393 improve mask support, if element has mask but mask hasn't children then element is not rendering 2019-05-29 17:55:48 +07:00
Mark Goldin
eefbb53607 Fix #583 fix travis config 2019-05-29 17:43:58 +07:00
Mark Goldin
3b96efaa4d Fix #583 setup travis 2019-05-29 17:35:41 +07:00
Mark Goldin
a20a3cf9e9 Fix #583 setup MacawTest to run on OSX 2019-05-29 16:44:06 +07:00
Alisa Mylnikova
8b2027af27 Merge commit '1fbc6f335b441a18dff22b851e2db429950461dc' into task/cascade-animation 2019-05-29 15:04:59 +07:00
Alisa Mylnikova
aea8c57c82 Fix early layer freeing 2019-05-29 15:04:25 +07:00
Daniil Manin
0b55188f10 #396 update w3c test suite for gradients 2019-05-29 14:11:50 +07:00
Daniil Manin
ad9b512837 #396 add tests for some svg gradients 2019-05-29 10:42:59 +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
Alisa Mylnikova
f3b07a6385 Remove content animation attempts 2019-05-15 16:26:59 +07:00
Yuri Strot
34d2382d93 Avoid NPE mentioned in #571: LoadFont with "bold" weight will crash 2019-05-13 19:36:55 +07:00
Alisa Mylnikova
94e52d6bd2 Fix for MacOS 2019-05-08 13:21:48 +07:00
Alisa Mylnikova
eabb1810f0 Move layer to renderer 2019-05-08 13:13:50 +07:00
Alisa Mylnikova
44dfb89d16 Add animation layer hierarchy 2019-04-30 15:13:39 +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