1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-19 08:57:35 +03:00
Commit Graph

221 Commits

Author SHA1 Message Date
mylnikova.alisa
d8c5a36805
Fix #469: Fatal error with fills on animation 2018-08-24 12:12:02 +07:00
Yuri Strot
c0ecdb5190
Merge pull request #450 from exyte/feature/equtable-for-Fill
Implementing equality for Fill
2018-08-23 07:41:54 +00:00
Anton Marunko
72bdcf57d4 handlers links leak fixed 2018-08-08 18:22:35 +07:00
Anton Marunko
84c964b829 Optimise deletion of group node 2018-08-08 18:21:32 +07:00
Anton Marunko
d04206ab22 Formatting issues 2018-08-07 20:12:18 +07:00
Anton Marunko
248450c458 Cleaning nodesMap for group 2018-08-07 20:11:38 +07:00
Anton Marunko
1f67c3484d Fix for breaking changes in GeomUtils 2018-07-27 15:31:30 +07:00
Yuri Strot
53a9f10d07
Merge pull request #427 from f3dm76/fix/morphingAnimation
Morphing animation scale/translate/rotation
2018-07-17 14:46:07 +07:00
Anton Marunko
8cc92f2e55 Implementing equality for Fill protocol 2018-07-16 14:30:37 +07:00
Yuri Strot
34e381f637 Fix #449: Typo in Rect.center() 2018-07-13 17:29:17 +07:00
Alisa Mylnikova
daf8ebbf0b Add method to get node array bounds 2018-07-13 11:42:02 +07:00
Alisa Mylnikova
7f90891513 Merge branch 'master' into fix/morphingAnimation
# Conflicts:
#	Source/svg/SVGCanvas.swift
2018-07-06 11:24:39 +07:00
Yuri Strot
1ea58f334e Update formatting 2018-06-28 17:27:16 +07:00
Alisa Mylnikova
78a63006d7 Add non scaling content mode 2018-06-26 17:17:37 +07:00
Yuri Strot
80ca9f324e
Merge pull request #434 from exyte/fixes-for-stroke-shapes-bounds
Fixes for stroke shapes bounds
2018-06-26 12:51:28 +07:00
Anton Marunko
b4581e8b12 Fixed stroked shapes + test changes 2018-06-26 00:08:26 +07: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
7a742fe3a3 Add Size.zero property 2018-06-25 18:16:01 +07:00
Anton Marunko
f899cf22d2 Moving BoundsUtils to utils folder 2018-06-22 14:16:35 +07:00
Alisa Mylnikova
c76aa03cde Canvas animaion 2018-06-21 14:57:46 +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
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
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
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
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
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
Yuri Strot
510576ccec Add Transform.concat(with:) method. 2018-06-13 14:21:11 +07:00
Yuri Strot
f14cbf39cf Add Rect.center method 2018-06-08 16:18:00 +07:00
Alisa Mylnikova
4aa568466c Apply mask's color, not only form 2018-06-07 17:42:57 +07:00
Alisa Mylnikova
e966885064 Change effects order
commit
2018-06-05 15:28:23 +07:00
Alisa Mylnikova
6fefcb418f Fix colorMatrix's color constructor 2018-06-01 16:18:56 +07:00
Alisa Mylnikova
978bba0196 Move matrix count check 2018-05-30 11:24:16 +07:00
Alisa Mylnikova
203e2bef99 Requested changes 2018-05-29 18:36:46 +07:00
Alisa Mylnikova
14bee2a65a Add other colorMatrix types 2018-05-29 14:06:54 +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
Alisa Mylnikova
9771950010 Add feColorMatrix parsing 2018-05-25 16:11:47 +07:00
Alisa Mylnikova
0295c0e3da Change default miter limit value 2018-05-25 14:58:11 +07:00
Alisa Mylnikova
a6c429027d Fix #348: Attribute stroke-miterlimit is ignored 2018-05-24 14:56:43 +07:00
Alisa Mylnikova
8b40967d9f Perform requested changes 2018-05-23 18:20:44 +07:00