Artur Adib
|
66eff7a5cb
|
more robust fontMatrix parsing, error checking
|
13 years ago |
Brendan Dahl
|
8aac2256ed
|
Fix zero width lines.
|
13 years ago |
notmasteryet
|
1bb5592357
|
Replace makeCssRgb.apply in setStrokeColor and setFillColor
|
13 years ago |
notmasteryet
|
a84fa13189
|
using font flags to recognize the symbol and serif fonts; using the encoding instead of predefined MacRoman in TrueType fonts
|
13 years ago |
Artur Adib
|
86387272fc
|
webkit dash support
|
13 years ago |
notmasteryet
|
cbf4c0393f
|
Replace nbsp entity with character code
|
14 years ago |
notmasteryet
|
3f286803d0
|
Move the media left-top corner to the (0,0) canvas position
|
14 years ago |
notmasteryet
|
d7754a402e
|
Correct stroke width for text; convert intel-load test to eq-test
|
14 years ago |
notmasteryet
|
0f6291c7b9
|
Move text layer UI to viewer.js; fixes adding div with single char; replaces innerHTML to textContent
|
14 years ago |
Adil Allawi
|
b921486bce
|
simplify adding of textdivs to DOM as queue is no longer needed
|
14 years ago |
Brendan Dahl
|
8096d747c0
|
Fix nits.
|
14 years ago |
Adil Allawi
|
5bd080fd05
|
oops, interval was not clearing because 'this' is not the same 'this' inside an interval. Should use local variable 'self' instead. Reviewers you should have spotted this! :)
|
14 years ago |
Adil Allawi
|
4a14a79884
|
use array index instead of array.shift()
|
14 years ago |
Adil Allawi
|
cc007b539a
|
fix lint nitpick
|
14 years ago |
Adil Allawi
|
ce57bac447
|
Build Text Layer one div at a a time as an Interval instead of a all in a TimeOut to keep the browser responsive
|
14 years ago |
notmasteryet
|
45ef8742ac
|
type3 font.coded comment; proper geometery for showText; glyph name
|
14 years ago |
notmasteryet
|
bed87284db
|
Fixing Type3 text layer creation and character spacing
|
14 years ago |
Brendan Dahl
|
948de2bdbe
|
Remove some unintended changes.
|
14 years ago |
Brendan Dahl
|
7d1cddf371
|
Add ability to fast track natively supported jpegs.
|
14 years ago |
Kalervo Kujala
|
1ef4c94de2
|
Name all constructors.
|
14 years ago |
Brendan Dahl
|
146cd8c861
|
Second stage, smasks now working. Still needs optimization.
|
14 years ago |
Brendan Dahl
|
2a632d4ab2
|
First stage of trying to support smasks on native jpegs.
|
14 years ago |
notmasteryet
|
69e5cf2560
|
fixes gradient fill (#840)
|
14 years ago |
Julian Viereck
|
cf7d4503d6
|
Address review comments: Introduce new CanvasGraphics.putBinaryImageData and make sure feature detection work always
|
14 years ago |
Julian Viereck
|
97802aac64
|
Inline JpegImageLoader to remove new JpegImageLoader call
|
14 years ago |
notmasteryet
|
2719e8eadc
|
add stroke and other text rendering modes
|
14 years ago |
notmasteryet
|
00d1204705
|
Suppress invisible text (#799)
|
14 years ago |
notmasteryet
|
bb6e5c6e00
|
(#840) fix font stretching and overlapping characters encoding
|
14 years ago |
Artur Adib
|
705356fa41
|
Addressing comments by @vingtetun
|
14 years ago |
Julian Viereck
|
594e5daa7c
|
Only check execution time on some commands
|
14 years ago |
notmasteryet
|
0414c0711f
|
Fixing base encoding presence detection; character width scale
|
14 years ago |
Artur Adib
|
e2e2240a22
|
Lint lint lint
|
14 years ago |
Julian Viereck
|
01d2929401
|
Add feature detection for using Uint8Array as imageData
|
14 years ago |
Artur Adib
|
a1853185b1
|
Comments
|
14 years ago |
Julian Viereck
|
8991cfad83
|
Check after each executed command if execution took too long already
|
14 years ago |
Julian Viereck
|
36e618c373
|
Address Yury's review comments + remove call to addCtxCurrentTransform in pattern.js as the contet is added during the CanvasGraphics constructor already
|
14 years ago |
Julian Viereck
|
a30f0ff848
|
Implement ctx.mozCurrentTransform and ctx.mozCurrentTransformInverse shim
|
14 years ago |
notmasteryet
|
709dc1a0c9
|
Initial ToUnicode modifications
|
14 years ago |
notmasteryet
|
7a2301dc95
|
Inline setXXXRGBColor calls
|
14 years ago |
notmasteryet
|
ef58ccd284
|
Issue #644: bypassing identity cmap translation loading; resetting color space when stroke/fill color set
|
14 years ago |
Artur Adib
|
b1ae23772f
|
No suppressWarnings in Yury's encoding patch
|
14 years ago |
Artur Adib
|
8c182cb724
|
Default font fallback is same as setFont()'s
|
14 years ago |
Artur Adib
|
686f275830
|
Fix font and spaces
|
14 years ago |
Artur Adib
|
9ebec03ddc
|
Implemented selection for showText()
|
14 years ago |
Kalervo Kujala
|
33af12abd0
|
Fix jslint warnings.
|
14 years ago |
Artur Adib
|
ddf77cda6b
|
Using ii convention
|
14 years ago |
Artur Adib
|
c8c5b4f8ea
|
First iteration, tracemonkey/ecma262 working
|
14 years ago |
Artur Adib
|
9ddc40c3d7
|
Nit
|
14 years ago |
Artur Adib
|
98f3bab65c
|
Lazy rendering
|
14 years ago |
Kalervo Kujala
|
a7690dea0a
|
Name anonymous functions in canvas.js.
|
14 years ago |