Fabian Lange
|
ceffeab1de
|
Use 3 param method for converting r,g,b into css string.
This avoids creation of temporary arrays to pass them into the util
method. Also using "arguments" is more expensive then passing in 3
parameters.
|
11 years ago |
Jonas Jenwald
|
78d0d269dc
|
Fallback to the |Dummy| Pattern when we fail to parse a Shading Pattern (issue 5509)
|
11 years ago |
Yury Delendik
|
f750e35224
|
Optimizes functions to not create arrays
|
11 years ago |
Jonas Jenwald
|
ee371fe6b2
|
Add strict equalities in src/core/pattern.js
|
11 years ago |
Rob Wu
|
2e97c0d085
|
Remove some unused variables from src/
Only obviously useless, local variables have been removed.
|
11 years ago |
Tim van der Meij
|
df91acf239
|
Fixes lint warning W004 in src/core
|
11 years ago |
Yury Delendik
|
1e8d70af98
|
Prescales shading pattern packed data indices
|
11 years ago |
Yury Delendik
|
561683d2e9
|
Dynamically determines how to split patch into triangles
|
11 years ago |
Yury Delendik
|
a583c319a1
|
Implements shading types 4-7
|
11 years ago |
Yury Delendik
|
bf432a37bb
|
Refactors shared/pattern.js into core/ and display/
|
11 years ago |