lib/rvg/stylable.rb in rmagick-5.5.0 vs lib/rvg/stylable.rb in rmagick-6.0.0

- old
+ new

@@ -2,11 +2,11 @@ # $Id: stylable.rb,v 1.7 2009/02/28 23:52:28 rmagick Exp $ # Copyright (C) 2009 Timothy P. Hunter #++ module Magick class RVG - #:stopdoc: + # :stopdoc: STYLES = %i[ clip_path clip_rule fill fill_opacity fill_rule font font_family font_size font_stretch font_style font_weight opacity stroke stroke_dasharray stroke_dashoffset stroke_linecap stroke_linejoin stroke_miterlimit stroke_opacity stroke_width @@ -47,10 +47,10 @@ each_pair { |style, value| copy[style] = value } copy end end # class Styles - #:startdoc: + # :startdoc: # This module is mixed into classes that can have styles. module Stylable private