1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-10-26 13:01:25 +03:00
Commit Graph

174 Commits

Author SHA1 Message Date
Daniil Manin
e41b824798 #344 update w3c test suite 2019-05-31 16:37:14 +07:00
Daniil Manin
48bf7b76cb #344 add svg test for coords-viewattr-01-b-manual 2019-05-31 16:31:05 +07:00
Daniil Manin
6a6645cf6a #383 add color-prop-04 test for osx 2019-05-30 14:16:15 +07:00
Daniil Manin
12518d28ca #583 add extension for MacawOSX.Polygon 2019-05-30 13:59:09 +07:00
Daniil Manin
f7f45b061f #583 fix testSVGImage 2019-05-30 13:20:04 +07:00
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
Daniil Manin
f7783594a2 Merge branch 'master'
Conflicts:
	Macaw.xcodeproj/project.pbxproj
2019-05-24 18:17:55 +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
Daniil Manin
fd4a68d02a add svg test for shapes-rect 2/3/6/7 2019-05-24 16:13:46 +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
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
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
Daniil Manin
01a898c2e6 update w3c-test 2019-05-22 18:15:24 +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
923056ecf4 Fix #399: add test for struct-use-01-t-manual 2019-05-20 13:49:27 +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
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
Andrew Romanov
14db8659e3 renamed kern to kerning, fixed tests for kerning attribute 2019-03-01 23:42:01 +07:00
Yuri Strot
8c9fd67892 Formatting and test fixes 2019-02-13 19:53:12 +07:00
Alisa Mylnikova
0d2bd69d75 Add patterns
Update Pattern model

Fix

Cherry pick

Last cherry pick

Fix

Merge fixes
2019-02-07 13:42:52 +07:00
Alisa Mylnikova
b4510d327d Test fixes
Extra optional

Fix
2018-12-20 13:58:52 +07:00
Alisa Mylnikova
bfd2cfcc56 Use current content layout during animation 2018-12-17 18:26:33 +07:00
Alisa Mylnikova
4f23e4672a Code review improvements 2018-11-09 12:19:58 +07:00
Alisa Mylnikova
149332e6e6 Fix z positions test 2018-11-02 13:58:40 +07:00
Yuri Strot
1018b76ae7 Fix recursive use and clipPath parsing 2018-10-30 18:09:49 +07:00
Yuri Strot
3aa1f88605 Update macOS version to use Swift 4.2 2018-10-04 14:43:11 +07:00
Alisa Mylnikova
f1951eb288 Remove comments 2018-09-17 12:11:52 +07:00
Alisa Mylnikova
7c1a7655e6 Sort test references alphabetically 2018-09-14 16:56:06 +07:00
Yuri Strot
ba6512ea89
Merge pull request #460 from cHaLkdusT/master
Improving API structure for readability
2018-08-23 07:37:27 +00:00
Julius Lundang
362d2a6f12 👌 Updating code due to code review changes.
* Updated SVGParserError to conform to Equatable so we can throwing functions
2018-08-19 17:04:28 +08:00
Julius Lundang
eddd77ba84 🎨 Improving API structure for readability
 Updating tests
2018-08-17 17:54:52 +08:00
Alisa Mylnikova
d5a2b0c42a Add clip, mask, transformedLocus to serializer 2018-07-20 19:36:44 +07:00
Alisa Mylnikova
d75426c031 Add meter limit and offset serialization
fix
2018-06-27 15:48:12 +07:00
Yuri Strot
6628667b5b
Merge pull request #438 from f3dm76/fix/maskTests
Fix mask tests
2018-06-26 17:21:31 +07:00
Alisa Mylnikova
12573c53a7 Fix mask tests 2018-06-26 12:13:09 +07:00
Anton Marunko
b4581e8b12 Fixed stroked shapes + test changes 2018-06-26 00:08:26 +07:00
Anton Marunko
9ba45ec11b Added TO DO description for removed unworked tests related to apple bug http://www.openradar.me/6468254639 2018-06-25 11:49:54 +07:00
Anton Marunko
e647f76ffc Change way of creating paths bounds test 2018-06-25 11:39:05 +07:00
Anton Marunko
c1047f4fb8 Changing formatting for polyline bounds test 2018-06-25 11:22:21 +07:00
Anton Marunko
ffdf9fe2ee Removing unused commented code 2018-06-25 11:19:16 +07:00
Anton Marunko
ca0079678d Refactoring tests from svg to manual models creating, removing unused stuff 2018-06-22 14:15:34 +07:00
Anton Marunko
f2d887bd6f Moved bounds to computed property 2018-06-21 13:05:38 +07:00
Anton Marunko
709283c61a Changes related to crash on bounds calculating 2018-06-21 12:41:12 +07:00
Anton Marunko
10c44cb41a Removing commented code 2018-06-18 17:04:18 +07:00