Julian Viereck
|
f80fd13fe5
|
new ScratchCanvas -> createScratchCanvas and fix linting
|
13 years ago |
Julian Viereck
|
261ff39f6d
|
Remove suffix _IR
|
13 years ago |
Julian Viereck
|
8325d37f9d
|
No need to store ScratchCanvas on CanvasGraphics
|
13 years ago |
Julian Viereck
|
889d6d100a
|
Cleanup font loading.
|
13 years ago |
notmasteryet
|
e8ca7b44d9
|
Fixing review nits; moving small functions inside bidi
|
13 years ago |
Brendan Dahl
|
ebf26a5e29
|
Fix undefined stepper.
|
13 years ago |
notmasteryet
|
1cfb099640
|
Add bugzill reference, reducing to 1px size
|
13 years ago |
notmasteryet
|
b32a7b1c8b
|
Reducing min font size to 2; rearranging fontSizeScale logic
|
13 years ago |
notmasteryet
|
99d71cc713
|
scale line width; set min font size to 8
|
13 years ago |
Brendan Dahl
|
9fe5eff905
|
Combining Yury's and my debugging tools.
|
13 years ago |
Adil Allawi
|
2bc708305d
|
Fix up bidi algorithm, and set direction of div to match text direction
|
13 years ago |
Adil Allawi
|
2e1a88f39e
|
Handle bidi ordering of PDF strings
|
13 years ago |
notmasteryet
|
cc9035438a
|
Optimization: don't scale when parameter is 1.0
|
13 years ago |
notmasteryet
|
bd95a191b7
|
Reducing MIN_FONT_SIZE size to 5px
|
13 years ago |
notmasteryet
|
34e2aa5d21
|
Browser minimal font adjustment
|
13 years ago |
Kalervo Kujala
|
66e3441e0e
|
Change throws to errors.
|
13 years ago |
Artur Adib
|
5c8753dcba
|
Fixing regression errors, better logic
|
13 years ago |
Artur Adib
|
bbdec90c0d
|
Lint
|
13 years ago |
Artur Adib
|
786cccf636
|
setFont() supports negative size, closes #1049
|
13 years ago |
Artur Adib
|
357f4cc665
|
Clarifying variable role
|
13 years ago |
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 |