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

777 Commits

Author SHA1 Message Date
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
55e1d1f4c6 fixed optional bounds for image 2018-06-18 15:54:59 +07:00
Anton Marunko
04c44435fb Merge branch 'master' into public-bounds 2018-06-18 15:05:26 +07:00
Anton Marunko
844323dcea Returning optional bounds 2018-06-18 14:53:01 +07:00
Anton Marunko
3dd0e83008 Revert "Fixes for tests"
This reverts commit 27d07e17a9.
2018-06-18 14:20:51 +07:00
Anton Marunko
f057775b06 Changed Path bounds 2018-06-15 14:31:11 +07:00
Alisa Mylnikova
2bbfa16ed5 Box units mask
Fix test

Fix test
2018-06-15 11:28:40 +07:00
Anton Marunko
1c90ae77ed Fix for one point shape bounds 2018-06-13 17:58:58 +07:00
Anton Marunko
cdc7d361b2 Fix for ellipse locus converting to cgPath 2018-06-13 17:58:39 +07:00
Alisa Mylnikova
84b6d86190 Add Group mask parsing 2018-06-13 17:49:30 +07:00
Anton Marunko
27d07e17a9 Fixes for tests 2018-06-13 17:13:33 +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
Yuri Strot
39f3c6cab0 Add Transform.concat(with:) method.
squash
2018-06-13 15:03:47 +07:00
Alisa Mylnikova
230f6dd41f Fix image's aspect fitting logic 2018-06-13 15:03:47 +07:00
Anton Marunko
4ccdc644ed Changes for bounds calculations 2018-06-13 14:42:36 +07:00
Alisa Mylnikova
636e1fe3d1 Merge commit '510576ccec81831da02e782bccb57e8b916856d8' into task/masks 2018-06-13 14:29:21 +07:00
Alisa Mylnikova
94a4cd178e Perform requested changes 2018-06-13 14:27:41 +07:00
Yuri Strot
510576ccec Add Transform.concat(with:) method. 2018-06-13 14:21:11 +07:00
Alisa Mylnikova
4287c5ee1d Fix box units calculating 2018-06-09 17:46:27 +07:00
Alisa Mylnikova
fdb86967e3 Fix image's aspect fitting logic 2018-06-09 14:44:38 +07:00
mylnikova.alisa
364dd14b10
Add default value for effect source 2018-06-09 11:27:06 +07:00
Yuri Strot
f14cbf39cf Add Rect.center method 2018-06-08 16:18:00 +07:00
Yuri Strot
fdec0fe5fd Add missed public constructor for ContentLayout 2018-06-08 16:07:15 +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
Yuri Strot
9fdf3c72ee
Merge pull request #401 from f3dm76/task/effectsOrder
Change effects order
2018-06-07 15:00:13 +07:00
Yuri Strot
60ec01ca68
Merge pull request #402 from f3dm76/task/userSpaceClip
Add ability to specify clipPathUnits
2018-06-07 13:42:17 +07:00
Alisa Mylnikova
d5d698cada Remove empty Rect 2018-06-07 13:35:06 +07:00
Evgeny Sureev
a30b22e737
Fix RoundRect export to SVG 2018-06-07 08:13:01 +03:00
Alisa Mylnikova
dfeabcf83e Replace inheritance with composition 2018-06-06 11:06:20 +07:00
Alisa Mylnikova
3c37381778 Add ability to specify clipPathUnits 2018-06-05 18:08:54 +07:00
Alisa Mylnikova
e966885064 Change effects order
commit
2018-06-05 15:28:23 +07:00
Alisa Mylnikova
dfbbfb23ee Fix events example
Replace UIView with MView

MacOs fix
2018-06-04 16:51:48 +07:00
Alisa Mylnikova
6fefcb418f Fix colorMatrix's color constructor 2018-06-01 16:18:56 +07:00
Alisa Mylnikova
7503b733eb Fix #380: Parse negative numbers without leading space symbol
Fix error
2018-05-30 16:12:39 +07:00
Yuri Strot
5ea93126b1
Merge pull request #379 from f3dm76/task/parseGradients
Fix #378: Gradient color in rgb() format is not being parsed
2018-05-30 15:33:24 +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
978bba0196 Move matrix count check 2018-05-30 11:24:16 +07:00
Alisa Mylnikova
0e2937b2da Merge branch 'master' into task/shadows
# Conflicts:
#	Macaw.xcodeproj/project.pbxproj
2018-05-29 18:41:11 +07:00
Alisa Mylnikova
203e2bef99 Requested changes 2018-05-29 18:36:46 +07:00
Yuri Strot
e5dbc44ff4 Clean up numbers reading code in SVGParser 2018-05-29 17:33:47 +07:00
Alisa Mylnikova
ff474abda9 Fix #376: Parsing of a path should stop after unsupported symbols 2018-05-29 16:41:55 +07:00
Alisa Mylnikova
14bee2a65a Add other colorMatrix types 2018-05-29 14:06:54 +07:00
Alisa Mylnikova
364cf54df3 Add example for SourceAlpha gradient 2018-05-28 19:13:26 +07:00
Alisa Mylnikova
d46a127b9e Merge branch 'master' into task/shadows
# Conflicts:
#	Source/svg/SVGParser.swift
2018-05-28 15:43:29 +07:00
Alisa Mylnikova
1f5539a3e1 Add color constructor for matrix effect 2018-05-25 17:07:14 +07:00