92 Commits (b32a7b1c8ba4fc9feeb60cbbe325a5f210d45b03)

Author SHA1 Message Date
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
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
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