pdf.js/src/display
Tim van der Meij f1a87bab10
SVG: move setting the stroke properties to the stroke method
In general, we may not know the stroke properties when path construction
happens. Since we must know the properties when we apply the stroke, we
should set the properties at that point. Note that we already do that
for the color and opacity, but not yet for the other properties.
2017-06-25 22:28:46 +02:00
..
annotation_layer.js Fix inconsistent spacing and trailing commas in objects in remaining src/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on 2017-06-02 12:32:18 +02:00
api.js Merge pull request #8488 from mukulmishra18/streams-getTextContent 2017-06-23 12:52:13 -05:00
canvas.js Fix inconsistent spacing and trailing commas in objects in remaining src/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on 2017-06-02 12:32:18 +02:00
dom_utils.js Convert the DOMCanvasFactory to an ES6 class 2017-05-11 20:15:22 +02:00
font_loader.js Fix inconsistent spacing and trailing commas in objects in remaining src/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on 2017-06-02 12:32:18 +02:00
global.js Fix inconsistent spacing and trailing commas in objects in remaining src/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on 2017-06-02 12:32:18 +02:00
metadata.js Fix inconsistent spacing and trailing commas in objects in remaining src/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on 2017-06-02 12:32:18 +02:00
pattern_helper.js Ensure that TilingPatterns have valid (non-zero) /BBox arrays (issue 8330) 2017-06-09 21:41:48 +02:00
svg.js SVG: move setting the stroke properties to the stroke method 2017-06-25 22:28:46 +02:00
text_layer.js Adds Streams API in getTextContent to stream data. 2017-06-17 20:03:27 +05:30
webgl.js Fix inconsistent spacing and trailing commas in objects in remaining src/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on 2017-06-02 12:32:18 +02:00