MaxGraey
|
2976c5bff9
|
Cleanups
|
2018-03-21 20:31:16 +02:00 |
|
MaxGraey
|
1c360db96f
|
Fix scaling dash lines
|
2018-03-20 20:37:02 +02:00 |
|
MaxGraey
|
87e1e329f6
|
Use another approach for unscaled strokes.
|
2018-03-19 19:32:28 +02:00 |
|
MaxGraey
|
2e3658bdd4
|
Merge branch 'master' into fix-unscalable-strokes
|
2018-03-15 19:04:57 +02:00 |
|
Anton Lavrenov
|
1a45e953c2
|
shadow fix and small perf improve
|
2018-03-12 08:33:35 +07:00 |
|
MaxGraey
|
e7376cb690
|
[WIP] Partially fix unscaled stroke with gradient
|
2018-03-10 20:06:27 +02:00 |
|
Anton Lavrenov
|
2944158479
|
clean up
|
2018-03-10 10:44:36 +07:00 |
|
MaxGraey
|
f5cd56d9d0
|
[WIP] Add stroke gradient
|
2018-03-07 16:58:38 +02:00 |
|
Anton Lavrenov
|
4924c4024c
|
fix automatic shadow scaling. close #230
|
2017-04-25 17:21:45 -05:00 |
|
Anton Lavrenov
|
82e12b41d4
|
support of globalCompositeOperation for Konva.Shape . close #228
|
2017-04-21 11:10:23 -05:00 |
|
leMaik
|
8ae434036f
|
add dashOffset property to shape
|
2017-03-18 23:10:17 +01:00 |
|
leMaik
|
6c95612677
|
add lineDashOffset support to context
|
2017-03-18 22:40:35 +01:00 |
|
Anton Lavrenov
|
59cc7b99f2
|
setup prettier and make all code better
|
2017-02-24 09:15:33 -05:00 |
|
Anton Lavrenov
|
a498609412
|
shadow blur fix
|
2016-12-14 12:37:03 -05:00 |
|
Anton Lavrenov
|
b855765736
|
shadow fixes
|
2016-12-14 12:14:56 -05:00 |
|
Anton Lavrenov
|
ad8d38d945
|
fixed wrong opacity level for cached group with opacity. close #191
|
2016-12-13 07:01:51 -05:00 |
|
Anton Lavrenov
|
658ba2aeac
|
test fixes
|
2016-10-25 08:51:53 -06:00 |
|
Anton Lavrenov
|
3743b27899
|
fix incorrect shadow offset on rotation. fix #142
|
2016-04-15 10:52:45 +07:00 |
|
Anton Lavrenov
|
3c1e2804de
|
better HDPI support
update packages
|
2016-02-28 16:57:15 +08:00 |
|
Anton Lavrenov
|
d455d0f994
|
mark some methods as deprecated
|
2015-05-07 08:48:15 +07:00 |
|
Anton Lavrenov
|
2908fa975b
|
migrate to eslint
|
2015-05-04 16:02:16 +07:00 |
|
Anton Lavrenov
|
42eda94675
|
Repair fill gradient for text. close #39
|
2015-04-26 08:34:28 +07:00 |
|
lavrton
|
18cce13ea5
|
better capable konva context with native context
|
2015-04-08 22:26:25 +07:00 |
|
lavrton
|
c3511210f2
|
cache + pixelRatio
|
2015-02-14 22:12:54 +07:00 |
|
lavrton
|
b9c6bc2d10
|
new shadowForStrokeEnabled property for shape
|
2015-02-10 07:19:44 +07:00 |
|
lavrton
|
c15e977009
|
scale now affect to shadowOffset
|
2015-02-09 08:33:49 +07:00 |
|
lavrton
|
367d829784
|
performance improvement
|
2015-02-09 06:29:31 +07:00 |
|
lavrton
|
d48439b952
|
refactor
|
2015-02-03 10:40:32 +07:00 |
|
lavrton
|
3ef33af2ee
|
new strokeHit property
|
2015-02-03 10:31:31 +07:00 |
|
Jovination
|
607ef1837b
|
Renaming
|
2015-01-27 00:07:51 -07:00 |
|
lavrton
|
a7863fbf83
|
strokeScaleEnabled set to false for Line not create correct hit graph
|
2015-01-22 17:50:57 +07:00 |
|
lavrton
|
d6cfd29962
|
strokeScaleEnabled = false is disabled for text
|
2015-01-22 16:59:05 +07:00 |
|
Eric Rowell
|
e5562f5dbb
|
added angleDeg flag that enables developers to choose radians if they like
|
2014-03-21 20:44:25 -07:00 |
|
Eric Rowell
|
c623666206
|
deprecated transformsEnabled property. Continued developing the new FastLayer class
|
2014-03-09 12:41:16 -07:00 |
|
Лаврёнов Антон
|
452c99cb4e
|
default shadow opacity should be 1. fix #696
|
2014-03-07 19:13:52 +08:00 |
|
Лаврёнов Антон
|
eb16e29197
|
only lint errors fixes
|
2014-02-27 08:49:18 +08:00 |
|
Eric Rowell
|
da28418239
|
introduced new alpha component for colors. fixed #755. Created new validators namespace for getter setter validator functions
|
2014-01-20 11:26:01 -08:00 |
|
Eric Rowell
|
baf635c7f0
|
changed dashArray to dash. started chipping away at the Shape docs
|
2014-01-09 22:37:27 -08:00 |
|
Eric Rowell
|
13b91d0db7
|
removed color getter and setters from Factory. color components are now red, green, and blue, not r, g, b
|
2014-01-09 00:29:38 -08:00 |
|
Eric Rowell
|
90b07cea05
|
refactored Container drawScene and drawHit methods, and cleaned up clipping logic. Clipping now correctly also clips the hit graph
|
2013-12-29 14:07:58 -08:00 |
|
Eric Rowell
|
b5165fa8fb
|
first pass at new drawing caching mechanism
|
2013-12-28 13:25:15 -08:00 |
|
Eric Rowell
|
4866acdf93
|
transformsEnabled property now accepts all, none, or position. Also started prelim work for new caching system
|
2013-12-19 23:29:23 -08:00 |
|
Eric Rowell
|
f31254bb87
|
improved transformsEnabled logic and added tests
|
2013-12-11 22:34:02 -08:00 |
|
Eric Rowell
|
6d31f6ed08
|
new transformsEnabled property which yields absolute best rendering performance
|
2013-12-10 23:28:46 -08:00 |
|
Eric Rowell
|
8b4deb004d
|
added stage nestedTransformsEnabled flag
|
2013-12-09 22:46:58 -08:00 |
|
Eric Rowell
|
422a6b305b
|
implemented enableNestedTransforms flag which forces the rendering engine to skip nested transform calculations when they aren't needed
|
2013-12-05 22:29:50 -08:00 |
|
Eric Rowell
|
13a98a350c
|
all unit tests are now passing
|
2013-12-04 10:55:50 -08:00 |
|
Eric Rowell
|
411b337efe
|
layer tests are now passing
|
2013-12-02 21:32:46 -08:00 |
|
Eric Rowell
|
a57d6c6106
|
more unit tests working, more refactoring
|
2013-12-02 21:25:20 -08:00 |
|
ippo615
|
31ea1f8905
|
Added createImageData to context
|
2013-11-26 16:23:40 -05:00 |
|