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 |
Tim van der Meij
|
32853c07f4
|
Implements paintFormXObject in svg.js
|
11 years ago |
Tim van der Meij
|
1d02ace81f
|
Optimizes defaults for svg.js
|
11 years ago |
Yury Delendik
|
de23d3791e
|
Fixes image and font embedding
|
11 years ago |
Yury Delendik
|
0f862e7eb3
|
Adds svg.js to the generic and singlefile builds
|
11 years ago |
Yury Delendik
|
bc574aa629
|
Refactors SVG api
|
11 years ago |
pramodhkp
|
6d53fc4db7
|
Minor changes for api.js, font_loader.js and svg.js
|
11 years ago |
Tim van der Meij
|
44fbf0ce14
|
Miscellaneous code improvements for svg.js
|
11 years ago |
Yury Delendik
|
dae92b9cc7
|
Uses float number formatter to print numbers in SVG
|
11 years ago |
Tim van der Meij
|
b6e4ac9070
|
Nit fixes for svg.js
|
11 years ago |
Yury Delendik
|
56f0539045
|
Reduces amount of used memory during PNG creation.
|
11 years ago |
pramodhkp
|
458b69b649
|
Adds image and mask features, fixes clippath
|
11 years ago |
Jonas Jenwald
|
4a82dac45b
|
Add strict equalities in src/display/svg.js
|
11 years ago |
pramodhkp
|
6e4dd83a4d
|
Added endPath, endText. fixes extra <g> elements
|
11 years ago |
pramodhkp
|
2380b38b27
|
Fixed setGState, viewport transform
|
11 years ago |
pramodhkp
|
a55c9856e9
|
Misc variable initialization
|
11 years ago |
pramodhkp
|
0688fd3d70
|
Added fill, stroke, line-join & font attr
|
11 years ago |
pramodhkp
|
03f1de3403
|
Added clip operator
|
11 years ago |
pramodhkp
|
afd853e962
|
Added units for lengths
|
11 years ago |
pramodhkp
|
86e584d767
|
Memory optimzation for constructPath
|
11 years ago |
pramodhkp
|
7efd50e64d
|
Added paintJpegXObject
|
11 years ago |
pramodhkp
|
d799a18b74
|
Added paintSolidColorImageMask
|
11 years ago |
pramodhkp
|
c8a4ab3a19
|
Optimization of save/restore usage
|
11 years ago |
pramodhkp
|
8407d28c9e
|
Combine re element into constructPath
|
11 years ago |
Yury Delendik
|
834f466c05
|
Fixes SVG transforms on restore
|
11 years ago |
pramodhkp
|
dd253aadeb
|
SVG Viewer example demo
|
11 years ago |