Project

General

Profile

Actions

Bug #1861

closed

svg/element.rb

Added by ggemmill (Graeme Gemmill) over 14 years ago. Updated almost 13 years ago.

Status:
Third Party's Issue
Assignee:
-
ruby -v:
ruby 1.8.7 (2008-08-11 patchlevel 72) [i586-linux]
[ruby-core:24690]

Description

=begin
element.rb,v 1.9 2002/11/12 11:32:40 rcn
has been released with at least two syntax errors:
Lines 423,424 read

  svg << %| textLength="#{@}"|   if @length
  svg << %| lengthAdjust="#{@}"| if @length_adjust

Whereas element.rb,v 1.14 2003/02/06 14:59:43 yuya

read
svg << %| textLength="#{@length}"| if @length
svg << %| lengthAdjust="#{@length_adjust}"| if @length_adjust
No problems when these changes made to v1.9
=end

Actions #1

Updated by shyouhei (Shyouhei Urabe) over 13 years ago

  • Status changed from Open to Third Party's Issue

=begin

=end

Actions

Also available in: Atom PDF

Like0
Like0