1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-11 13:15:35 +03:00
Commit Graph

339 Commits

Author SHA1 Message Date
Victor Sukochev
0be0d4d001 Path example testing UI 2016-09-06 22:30:28 +06:00
Victor Sukochev
00743c0579 Removing observers on animation 2016-09-06 22:02:41 +06:00
Yuri Strot
8e85f34a0e #52: Can't tap on Node when its position change 2016-09-06 18:42:09 +07:00
Alexandra Novikova
64d465d53c Implement radial gradient rendering 2016-09-06 17:21:17 +07:00
Yuri Strot
b94ad28a47 Add renderer disposing 2016-09-06 17:08:31 +07:00
Yuri Strot
3f4959dbad Resolve #50: MacawView doesn't refresh on scene updates 2016-09-06 16:33:28 +07:00
Alexandra Novikova
f930fdc8d2 Implement gradient stroke rendering and multiple gradient improvements 2016-09-05 19:33:56 +07:00
Alexandra Novikova
89d6b83868 properly render stroke with gradient fill 2016-09-05 13:40:57 +07:00
Yuri Strot
a075e937de Remove cleaner example 2016-09-03 16:39:51 +07:00
Yuri Strot
9b3753fc7f Clean up Animation API 2016-09-02 19:45:53 +07:00
Yuri Strot
1ceafb5474 Update license 2016-09-02 15:26:58 +07:00
Yuri Strot
37a317f679 Move SVG logo to original state 2016-09-02 15:18:19 +07:00
Yuri Strot
c34f15fe11 Small readme fix 2016-09-02 15:16:54 +07:00
Yuri Strot
600324155c Use raster logo instead. 2016-09-02 15:15:46 +07:00
Yuri Strot
85a6bc407d Try another approach to render logo correctly on github readme 2016-09-02 15:01:58 +07:00
Yuri Strot
82b4daa538 Ok, let's try to rename logo to clean up github cache 2016-09-02 14:53:35 +07:00
Yuri Strot
03177604cc Move back Macaw logo 2016-09-02 14:51:20 +07:00
Yuri Strot
565774f194 Remove logo from readme 2016-09-02 14:50:21 +07:00
Yuri Strot
49ad216c7f Force readme update 2016-09-02 14:48:11 +07:00
Yuri Strot
9ad1858b2f Update Macaw logo 2016-09-02 14:45:07 +07:00
Alexandra Novikova
fafce6c9bf revert GroupRenderer changes 2016-09-02 13:04:03 +07:00
Alexandra Novikova
51e6870499 add opacity to gradient fill 2016-09-01 20:36:45 +07:00
Alexandra Novikova
7c1a2eb082 add missing stroke parameters 2016-09-01 20:35:59 +07:00
Alexandra Novikova
7cee788eb4 fix path parsing 2016-09-01 18:26:29 +07:00
Alexandra Novikova
d1eef8dab7 fix path parsing issues and gradient parsing (percentage values) 2016-09-01 18:26:29 +07:00
Alexandra Novikova
2ec0356380 add gradient fill support to stroke 2016-09-01 18:26:29 +07:00
Alexandra Novikova
356183788f add SVG gradient support 2016-09-01 18:26:29 +07:00
Alexandra Novikova
2878006349 fix stroke attribute 2016-09-01 18:26:29 +07:00
Alexandra Novikova
e752c9515f implement tspan parsing 2016-09-01 18:26:29 +07:00
Alexandra Novikova
136686c6b9 implement opacity support 2016-09-01 18:26:29 +07:00
Alexandra Novikova
b735dc9ff6 include negative values in transform attributes 2016-09-01 18:26:29 +07:00
Alexandra Novikova
d1eac37c75 fix group transform 2016-09-01 18:26:29 +07:00
Alexandra Novikova
2004126af0 add 'defs' and 'use' parsing 2016-09-01 18:26:29 +07:00
Yuri Strot
e652431f67 Add Macaw logo to readme. 2016-09-01 16:32:56 +07:00
Yuri Strot
77f112470b Add Macaw logo. 2016-09-01 16:24:57 +07:00
Victor Sukochev
0e03d39365 Svg tests added 2016-09-01 16:03:48 +06:00
Victor Sukochev
872ca49bdb Macaw framework project for carthage and testing 2016-09-01 14:59:15 +06:00
Victor Sukochev
7d72755949 Removing obsolete animation transform compensation 2016-08-31 22:49:07 +06:00
Victor Sukochev
f4e11878fa Autostart fix 2016-08-31 22:09:15 +06:00
Victor Sukochev
9aa3acd99b Animation autostart fix 2016-08-31 18:48:08 +06:00
Victor Sukochev
14108d6c23 Group bounds calculation fix 2016-08-31 18:06:32 +06:00
Victor Sukochev
da83a7978a Refactoring Animation classes visibility 2016-08-31 16:10:18 +06:00
Victor Sukochev
94f10d04ff Potential animation offset fix 2016-08-31 14:45:53 +06:00
Victor Sukochev
db695a55b5 Root node place fix 2016-08-31 14:33:25 +06:00
Victor Sukochev
229296e529 Misstype fix 2016-08-31 13:25:02 +06:00
Victor Sukochev
ed5b3752c9 Absolute values for Transform animation fix 2016-08-31 13:14:43 +06:00
Victor Sukochev
4989473da0 Disabling debug borders 2016-08-30 19:32:10 +06:00
Victor Sukochev
eef8c0a52a Applying group place to bounds 2016-08-30 19:26:35 +06:00
Victor Sukochev
67fc655eff Group renderer. Applying root transform. fixes #41 2016-08-30 18:25:47 +06:00
Yuri Strot
54cf059368 Fix #44: First argument should be named in every Macaw method 2016-08-29 19:02:01 +07:00