1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-17 16:07:44 +03:00
Commit Graph

154 Commits

Author SHA1 Message Date
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
Anton Marunko
1a13b060fd Fixes for test 2018-06-18 16:02:56 +07:00
Anton Marunko
04c44435fb Merge branch 'master' into public-bounds 2018-06-18 15:05:26 +07:00
Anton Marunko
3dd0e83008 Revert "Fixes for tests"
This reverts commit 27d07e17a9.
2018-06-18 14:20:51 +07:00
Anton Marunko
80af7aea30 Revert "Fixes for nil bounds cases"
This reverts commit 58fbf23a61.
2018-06-18 14:20:36 +07:00
Anton Marunko
55d3c0fbb6 Added test for polyline with miter linejoin 2018-06-15 14:29:53 +07:00
Alisa Mylnikova
2bbfa16ed5 Box units mask
Fix test

Fix test
2018-06-15 11:28:40 +07:00
Anton Marunko
58fbf23a61 Fixes for nil bounds cases 2018-06-13 17:59:16 +07:00
Anton Marunko
27d07e17a9 Fixes for tests 2018-06-13 17:13:33 +07:00
Alisa Mylnikova
4287c5ee1d Fix box units calculating 2018-06-09 17:46:27 +07:00
mylnikova.alisa
5f2890bf52
Update RoundedRect test 2018-06-07 12:40:10 +07:00
mylnikova.alisa
557c8ce95d
Update test progress file 2018-06-05 15:59:45 +07:00
mylnikova.alisa
3d11d6faee
Update test progress file 2018-06-04 16:05:07 +07:00
mylnikova.alisa
04b3d88d03
Remove unsupported tests from progress 2018-05-31 18:48:53 +07:00
Yuri Strot
cda576c75d
Correct W3C coverage percents 2018-05-31 18:41:06 +07:00
Alisa Mylnikova
aeb366cb97 Update test progress 2018-05-31 18:27:52 +07:00
Alisa Mylnikova
7503b733eb Fix #380: Parse negative numbers without leading space symbol
Fix error
2018-05-30 16:12:39 +07:00
Alisa Mylnikova
fb778a000d Add test files 2018-05-30 15:19:02 +07:00
Alisa Mylnikova
793d91ce32 Fix #378: Gradient color in rgb() format is not being parsed 2018-05-30 12:48:04 +07:00
Alisa Mylnikova
ff474abda9 Fix #376: Parsing of a path should stop after unsupported symbols 2018-05-29 16:41:55 +07:00
Yuri Strot
8b24c696f9
Update w3c-test-suite.md 2018-05-25 17:50:48 +07:00