You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by bu...@apache.org on 2008/06/17 10:33:25 UTC

DO NOT REPLY [Bug 45219] New: can't translate a value with double minus

https://issues.apache.org/bugzilla/show_bug.cgi?id=45219

           Summary: can't translate a value with double minus
           Product: Batik
           Version: 1.7
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Bridge
        AssignedTo: batik-dev@xmlgraphics.apache.org
        ReportedBy: breitsi@googlemail.com


Transform (translate) e.g. a text element with these values:

transform='translate( --5, --3)'

Errormassage: The attribute "transform" of the element <text> is invalid

Translate can't compute double minus in this context.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org


DO NOT REPLY [Bug 45219] can't translate a value with double minus

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45219


Cameron McCormack <ca...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Cameron McCormack <ca...@apache.org>  2008-06-17 01:42:18 PST ---
Hi Martin.

Double minus signs aren't allowed there.  See the grammar in the spec:

  http://www.w3.org/TR/SVG11/coords.html#TransformAttribute

Only plain numbers are allowed.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org