Class: Idml::Render::PdfrbExt::EndPath

Inherits:
Pdfrb::Content::Operator::NoArg
  • Object
show all
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

.nameObject



22
23
24
# File 'lib/idml/render/pdfrb_ext/clip.rb', line 22

def name
  "n"
end