split/Tioga/lib/Strokes.rb in tioga-1.4 vs split/Tioga/lib/Strokes.rb in tioga-1.5

- old
+ new

@@ -62,11 +62,11 @@ # stroke is squared off at the endpoint of the path. There is no projection beyond the end of the path. # For +LINE_CAP_ROUND+, a semicircular arc with a diameter equal to the line width is drawn around the endpoint and filled in. # For +LINE_CAP_SQUARE+, the stroke continues beyond the endpoint of the path for a distance equal to half the # line width and is then squared off. See also line_join. # -# http://theory.kitp.ucsb.edu/~paxton/tioga_jpegs/Caps_and_Joins.jpg +# link:images/Caps_and_Joins.png def line_cap end # :call-seq: # line_join @@ -106,10 +106,10 @@ # dashes and gaps along the path in the pattern defined by the dash array. # # When a path consisting of several subpaths is stroked, each subpath is treated independently -- # that is, the dash pattern is restarted and the dash phase is reapplied # to it at the beginning of each subpath. -# http://theory.kitp.ucsb.edu/~paxton/tioga_jpegs/Line_Types.jpg +# link:images/Line_Types.png def line_type end # Adjust default_line_scale by multiplying it by the given _scale_ and adjust the current line_width accordingly.