Class: Idml::Render::PdfrbExt::EndPath
- Inherits:
-
Pdfrb::Content::Operator::NoArg
- Object
- Pdfrb::Content::Operator::NoArg
- Idml::Render::PdfrbExt::EndPath
- Defined in:
- lib/idml/render/pdfrb_ext/clip.rb
Overview
PDF n operator: end path without painting. Commonly used
after W to set a clip without filling or stroking.
Class Method Summary collapse
Class Method Details
.name ⇒ Object
22 23 24 |
# File 'lib/idml/render/pdfrb_ext/clip.rb', line 22 def name "n" end |