Class: Pdfrb::Content::Operator::FillDeprecatedAlias
- Inherits:
-
FillNonZero
- Object
- Base
- NoArg
- FillNonZero
- Pdfrb::Content::Operator::FillDeprecatedAlias
- Defined in:
- lib/pdfrb/content/operators/painting.rb
Overview
/F is a deprecated alias of /f — keep it in the registry for round-trip fidelity when reading old PDFs.
Class Method Summary collapse
Methods inherited from FillNonZero
Methods inherited from NoArg
Methods inherited from Base
Class Method Details
.name ⇒ Object
37 |
# File 'lib/pdfrb/content/operators/painting.rb', line 37 def self.name; "F"; end |