Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(251)

Unified Diff: experimental/PdfViewer/PdfReference-okular-1.txt

Side-by-side diff isn't available for this file because of its large size.
Issue 21919003: pdfviewer: implementation of one type of pattern - simple tile patern, colored, with xstep and yste… (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | experimental/PdfViewer/SkPdfBasics.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/PdfViewer/PdfReference-okular-1.txt
===================================================================
--- experimental/PdfViewer/PdfReference-okular-1.txt (revision 10467)
+++ experimental/PdfViewer/PdfReference-okular-1.txt (working copy)
@@ -7501,10 +7501,10 @@
the dimensions of the pattern cell implied by the BBox entry. This allows
tiling with irregularly shaped figures. XStep and YStep may be either positive
or negative, but not zero.
-Resources dictionary (Required) A resource dictionary containing all of the named resources
+Resources ResourceDictionary (Required) A resource dictionary containing all of the named resources
required by the pattern’s content stream (see Section 3.7.2, “Resource Dic-
tionaries”).
-Matrix array (Optional) An array of six numbers specifying the pattern matrix (see Section
+Matrix matrix (Optional) An array of six numbers specifying the pattern matrix (see Section
4.6.1, “General Properties of Patterns”). Default value: the identity matrix
[1 0 0 1 0 0].
The pattern dictionary’s BBox, XStep, and YStep values are interpreted in the pat-
@@ -10675,7 +10675,7 @@
Note: If FontMatrix specifies a rotation, only the horizontal component of the
transformed width is used. That is, the resulting displacement is always horizon-
tal in text space, as is the case for all simple fonts.
-Resources dictionary (Optional but strongly recommended; PDF 1.2) A list of the named resources,
+Resources ResourceDictionary (Optional but strongly recommended; PDF 1.2) A list of the named resources,
such as fonts and images, required by the glyph descriptions in this font (see
Section 3.7.2, “Resource Dictionaries”). If any glyph descriptions refer to
named resources but this dictionary is absent, the names are looked up in the
« no previous file with comments | « no previous file | experimental/PdfViewer/SkPdfBasics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698