Yury Delendik
|
0576c9c6c6
|
Replaces all preprocessor directives with PDFJSDev calls.
|
2016-10-14 10:57:53 -05:00 |
|
Yury Delendik
|
1d12aed5ca
|
Move all PDFJS.xxx settings into display/global.
|
2016-04-07 13:46:07 -05:00 |
|
Yury Delendik
|
bda5e6235e
|
Removes global PDFJS usage from the src/core/.
|
2016-03-23 19:24:37 -05:00 |
|
Yury Delendik
|
2edf2792dc
|
Replaces literal {} created lookup tables with Object.create
|
2016-01-28 12:18:38 -06:00 |
|
Yury Delendik
|
fc3282db56
|
Adds RequireJS to worker.
|
2015-12-29 09:20:52 -06:00 |
|
Yury Delendik
|
6b60c8f4db
|
Adds UMD headers to core, display and shared files.
|
2015-12-15 13:24:39 -06:00 |
|
Manas
|
a2ba1b8189
|
Uses editorconfig to maintain consistent coding styles
Removes the following as they unnecessary
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
|
2015-11-14 07:32:18 +05:30 |
|
Tim van der Meij
|
989eac2f1e
|
Enable OPS.setHScale in the SVG backend
|
2015-03-16 00:37:31 +01:00 |
|
Collin Anderson
|
54e984c763
|
cleaned whitespace
|
2015-02-17 11:07:37 -05:00 |
|
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.
|
2014-12-05 19:25:02 +01:00 |
|
Yury Delendik
|
90d79d1577
|
Merge pull request #5198 from timvandermeij/svg-paintformxobject
Implements paintFormXObject in svg.js
|
2014-08-15 16:29:30 -05:00 |
|
Tim van der Meij
|
32853c07f4
|
Implements paintFormXObject in svg.js
|
2014-08-15 23:23:04 +02:00 |
|
Tim van der Meij
|
1d02ace81f
|
Optimizes defaults for svg.js
|
2014-08-14 23:14:55 +02:00 |
|
Yury Delendik
|
de23d3791e
|
Fixes image and font embedding
|
2014-08-14 15:11:27 -05:00 |
|
Yury Delendik
|
0f862e7eb3
|
Adds svg.js to the generic and singlefile builds
|
2014-08-14 13:02:30 -05:00 |
|
Yury Delendik
|
bc574aa629
|
Refactors SVG api
|
2014-08-14 12:56:11 -05:00 |
|
pramodhkp
|
6d53fc4db7
|
Minor changes for api.js, font_loader.js and svg.js
|
2014-08-14 01:01:09 +05:30 |
|
Tim van der Meij
|
44fbf0ce14
|
Miscellaneous code improvements for svg.js
|
2014-08-13 20:31:21 +02:00 |
|
Yury Delendik
|
dae92b9cc7
|
Uses float number formatter to print numbers in SVG
|
2014-08-11 11:18:32 -05:00 |
|
Tim van der Meij
|
b6e4ac9070
|
Nit fixes for svg.js
|
2014-08-10 14:40:49 +02:00 |
|
Yury Delendik
|
99b08ed223
|
Merge pull request #5162 from yurydelendik/pramodhkp-fixupgstate2
[SVG] Reduces amount of used memory during PNG creation.
|
2014-08-09 15:56:11 -05:00 |
|
Yury Delendik
|
56f0539045
|
Reduces amount of used memory during PNG creation.
|
2014-08-09 15:53:05 -05:00 |
|
pramodhkp
|
458b69b649
|
Adds image and mask features, fixes clippath
|
2014-08-10 01:06:43 +05:30 |
|
Jonas Jenwald
|
4a82dac45b
|
Add strict equalities in src/display/svg.js
|
2014-08-01 12:41:03 +02:00 |
|
pramodhkp
|
6e4dd83a4d
|
Added endPath, endText. fixes extra <g> elements
|
2014-07-25 23:30:29 +05:30 |
|
pramodhkp
|
2380b38b27
|
Fixed setGState, viewport transform
|
2014-07-25 23:21:23 +05:30 |
|
pramodhkp
|
a55c9856e9
|
Misc variable initialization
|
2014-07-25 23:21:23 +05:30 |
|
pramodhkp
|
0688fd3d70
|
Added fill, stroke, line-join & font attr
|
2014-07-25 23:20:55 +05:30 |
|
pramodhkp
|
03f1de3403
|
Added clip operator
|
2014-07-25 23:13:52 +05:30 |
|
pramodhkp
|
afd853e962
|
Added units for lengths
|
2014-07-08 23:03:17 +05:30 |
|
pramodhkp
|
86e584d767
|
Memory optimzation for constructPath
|
2014-07-04 20:43:40 +05:30 |
|
pramodhkp
|
7efd50e64d
|
Added paintJpegXObject
|
2014-06-25 03:55:14 +05:30 |
|
pramodhkp
|
d799a18b74
|
Added paintSolidColorImageMask
|
2014-06-25 02:48:11 +05:30 |
|
pramodhkp
|
c8a4ab3a19
|
Optimization of save/restore usage
|
2014-06-25 02:47:29 +05:30 |
|
pramodhkp
|
8407d28c9e
|
Combine re element into constructPath
|
2014-06-25 00:27:42 +05:30 |
|
Yury Delendik
|
834f466c05
|
Fixes SVG transforms on restore
|
2014-06-19 23:18:04 -05:00 |
|
pramodhkp
|
dd253aadeb
|
SVG Viewer example demo
|
2014-06-20 08:25:05 +05:30 |
|