Commit Graph

21 Commits

Author SHA1 Message Date
Mikael Sand
786b5f2375 Implement strokeDasharray correctly.
Support units and percentages with whitespace separated and/or (possibly white-space surrounded) comma separated length lists.
2017-08-04 00:26:00 +03:00
Mikael Sand
3825bbd5c8 Fix startOfRendering calculation. Fix cursor position calculation. Refactor extractStroke strokeWidth handling. 2017-07-29 14:42:37 +03:00
Mikael Sand
a8fdf64828 Ensure strokeWidth is string 2017-07-25 22:37:13 +03:00
Mikael Sand
54efe3ad1e Fix strokeDasharray handling of odd number of length values and the 'none' value. 2017-07-25 21:58:07 +03:00
Mikael Sand
1a9a051ee9 Fix linting, warnings, add noinspection suppression comments. 2017-07-24 00:08:28 +03:00
Mikael Sand
ebeb89beb5 Improve units and fontSize implementation.
Implement support for units in strokewidth based on relativeOnOther.
2017-07-19 23:35:34 +03:00
Mikael Sand
77e54cfcfb Fix linting 2017-06-07 17:25:22 +03:00
Horcrux
5bd9b40c17 refactor Components props extracting 2017-02-03 19:43:25 +08:00
Horcrux
4f54fe219f move renderLayerTo to Renderable
Move renderLayerTo to Renderable.
2017-01-08 17:43:03 +08:00
Horcrux
7e13b801e1 refactor text render
Support G inherit props.
Refactor text render. Text glyphs will perfectly draw along the path
2016-07-22 23:49:15 +08:00
Horcrux
5ee5c2239a fix memory leak issue with CGMutablePathRef 2016-07-21 18:22:23 +08:00
Horcrux
ff2395bcc2 finish gradients refactor 2016-07-20 22:38:45 +08:00
Horcrux
18e1b60823 complete ClipPath refactor 2016-07-20 14:44:19 +08:00
Horcrux
6a0c47a898 refactor clipPath native code
refactor clipPath native code
add strokeMiterlimit prop support
2016-05-21 19:58:49 +08:00
Horcrux
902bdcb1d0 fix text context and complete gradient js code 2016-04-26 22:08:54 +08:00
Horcrux
1741f63b41 fix line strokeLinecap bug #11
fix line strokeLinecap bug #11
2016-04-24 00:00:58 +08:00
Horcrux
70a9473b5f strokeDash => strokeDasharray 2016-04-23 15:28:32 +08:00
Horcrux
b144bd23fc add dashoffset support 2016-04-23 15:21:07 +08:00
Horcrux
05faac3cf1 add some android support
add path for Text
add stroke pattern
add text dashed and fix dasharray bug
2016-04-23 14:44:48 +08:00
Horcrux
74b5e82781 support stroke in pattern.
support stroke="url(#pattern)"
2016-04-22 19:04:07 +08:00
Horcrux
fa1aea094a add clipping js code 2016-04-21 15:44:25 +08:00