1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-21 01:47:44 +03:00
Commit Graph

290 Commits

Author SHA1 Message Date
Yuri Strot
1625519066 Fix default color with opacity 2018-10-26 19:48:29 +07:00
Yuri Strot
994a08e264 Fix #494: SVGParser should support XML namespaces 2018-10-26 15:42:35 +07:00
Yuri Strot
379ef44bf1 Fix #493: Support group selectors in CSS part of SVG 2018-10-25 21:30:44 +07:00
Yuri Strot
978a0ca068 Fix #492: Allow parsing of styles in defs section 2018-10-23 17:54:16 +07:00
Yuri Strot
3aa1f88605 Update macOS version to use Swift 4.2 2018-10-04 14:43:11 +07:00
Anton Marunko
eb518e31f6 Throw errors instead of fatal error calling 2018-10-02 14:11:05 +06:00
Anton Marunko
bbd422ce28 Control Statement Violation: if, for, guard, switch, while, and catch statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses. 2018-10-01 14:43:10 +06:00
Anton Marunko
6f2ea3a7de Formatting fixes (swift 4.2 style) 2018-09-27 17:31:09 +06:00
Alisa Mylnikova
7c1a7655e6 Sort test references alphabetically 2018-09-14 16:56:06 +07:00
Alisa Mylnikova
cb34f7843c Swift 4.2 adaptation 2018-09-04 17:31:00 +07:00
Yuri Strot
c88693af05
Merge pull request #452 from exyte/bug/parser-styles-fix
Fixes for styles attributes
2018-08-23 07:43:05 +00: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
769d608b35 Serializer: toString -> serialize 2018-08-17 16:27:35 +07:00
Alisa Mylnikova
d5a2b0c42a Add clip, mask, transformedLocus to serializer 2018-07-20 19:36:44 +07:00
Anton Marunko
e9b7708c88 Merge branch 'master' into bug/parser-styles-fix 2018-07-18 11:42:22 +07:00
Anton Marunko
246d88d447 Fix parser transform lost 2018-07-18 11:41:54 +07:00
Anton Marunko
3ddb5d19ad Removing boilerplate code 2018-07-17 12:20:38 +07:00
Anton Marunko
335336d4b9 Formatting issue 2018-07-17 12:12:08 +07:00
Anton Marunko
ce6ef2906c Fix for more than one class attributes 2018-07-17 12:08:13 +07:00
Anton Marunko
dab32f8a28 Fixes for styles attributes 2018-07-16 19:49:09 +07:00
Yuri Strot
3883524382 Fix ambiguous initializers in SVGView 2018-07-09 23:16:04 +07:00
Yuri Strot
1ea58f334e Update formatting 2018-06-28 17:27:16 +07:00
Yuri Strot
30dc952ea8
Merge pull request #437 from stephsharp/fix-transform
Fix transform on clipped images
2018-06-27 21:30:59 +07:00
Stephanie Sharp
7440cafe47 Fix transform on clipped images 2018-06-27 10:22:58 -04:00
Alisa Mylnikova
f08fca9f05 Fix #440: Default SVG shape fill color is black 2018-06-27 18:09:16 +07:00
Alisa Mylnikova
e206588c76 Fix parsing dashoffset in pixels 2018-06-27 14:10:25 +07:00
Yuri Strot
508859c007
Merge pull request #436 from stephsharp/fix-clip
Fix image clip path
2018-06-26 17:30:26 +07:00
Alisa Mylnikova
78a63006d7 Add non scaling content mode 2018-06-26 17:17:37 +07:00
Yuri Strot
54d6441679 Fix #435: Missing initializer 'init(frame:)' in SVGView makes it unusable with IBDesignable 2018-06-26 15:01:21 +07:00
Stephanie Sharp
0a52db1c8d Fix image clip path 2018-06-25 17:18:47 -04:00
Yuri Strot
768abfcc47 Use r instead of radius as a universal Macaw shortcut 2018-06-25 19:20:41 +07:00
Yuri Strot
d398fb2631 Use separate ColorMatrix class for corresponding effect 2018-06-25 18:35:38 +07:00
Yuri Strot
17e9ec150c Fix SVGCanvas bounds 2018-06-25 16:33:05 +07:00
Yuri Strot
a1eafedb02
Merge pull request #429 from exyte/fixes-for-bounds
Fixes for bounds
2018-06-25 13:09:20 +07:00
Alisa Mylnikova
a0873dbab7 Avoid unnecessary condition 2018-06-21 19:00:04 +07:00
Alisa Mylnikova
56e762b95a Fix #407: Shapes exports to SVG without their identifiers
Fix warning
2018-06-21 17:02:06 +07:00
Anton Marunko
f2d887bd6f Moved bounds to computed property 2018-06-21 13:05:38 +07:00
Alisa Mylnikova
2bbfa16ed5 Box units mask
Fix test

Fix test
2018-06-15 11:28:40 +07:00
Alisa Mylnikova
84b6d86190 Add Group mask parsing 2018-06-13 17:49:30 +07:00
Yuri Strot
033db6a356
Merge pull request #413 from f3dm76/task/masks
Apply mask's color, not only form
2018-06-13 15:47:37 +07:00
Alisa Mylnikova
e4534de43c Little improvement 2018-06-13 15:29:12 +07:00
Alisa Mylnikova
47349f2404 Replace Shape with Node 2018-06-13 15:23:02 +07:00
Alisa Mylnikova
7913ecff2a Warnings 2018-06-13 15:11:08 +07:00
Alisa Mylnikova
636e1fe3d1 Merge commit '510576ccec81831da02e782bccb57e8b916856d8' into task/masks 2018-06-13 14:29:21 +07:00
Alisa Mylnikova
4287c5ee1d Fix box units calculating 2018-06-09 17:46:27 +07:00
mylnikova.alisa
364dd14b10
Add default value for effect source 2018-06-09 11:27:06 +07:00
Anton Marunko
0a4b9944ce Empty count violation fixed 2018-06-08 11:29:54 +07:00
Alisa Mylnikova
4aa568466c Apply mask's color, not only form 2018-06-07 17:42:57 +07:00