Jürg Lehni
|
db82f41151
|
Update year, author email addresses and links
|
2020-05-23 22:24:42 +02:00 |
|
Samuel Asensi
|
aec1c2c138
|
Fix SymbolItem#hitTestAll()
Closes #1680
|
2019-07-12 12:06:26 +02:00 |
|
sapics
|
be4199b6eb
|
Update copyright year to 2019
|
2018-12-27 16:13:01 +09:00 |
|
sapics
|
cfc5a912da
|
Replace url to avoid redirection
Replace http://jonathanpuckey.com to https://puckey.studio
|
2018-11-14 11:24:32 +01:00 |
|
Jürg Lehni
|
ffa7e16f48
|
Use == false instead of === false for all options that default to true.
These expression are true:
- false == false
- false == 0
While these are false:
- false == null
- false == undefined
|
2017-03-22 14:42:11 +01:00 |
|
Jürg Lehni
|
715025725d
|
Improve handling of SymbolItem bounds with #applyMatrix = false.
Closes #1070
|
2016-06-10 21:32:22 +02:00 |
|
Jürg Lehni
|
bc2729683c
|
Core: Renamed Symbol and PlacedSymbol classes and properties.
- Symbol -> SymbolDefinition
- PlacedSymbol -> SymbolItem
- Symbol#definition -> SymbolDefinition#item
- PlacedSymbol#symbol -> SymbolItem#definition
- Deprecate Project#symbols
Closes #770
|
2016-01-31 16:52:51 +01:00 |
|