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 2006/04/04 17:28:06 UTC

DO NOT REPLY [Bug 39202] New: - Not possible to show norwegian characters in SVG Browser (Squiggle)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39202>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39202

           Summary: Not possible to show norwegian characters in SVG Browser
                    (Squiggle)
           Product: Batik
           Version: 1.6
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SVG Viewer
        AssignedTo: batik-dev@xmlgraphics.apache.org
        ReportedBy: bksveen@hotmail.com


When trying to browse a SVG file containing norwegians characters encoded in 
HEX, I get the following error message in the SVG Browser: SVG Error: 23

Below is the SVG code which I'm trying to browse:

<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg id="body" width="500" height="500" viewBox="0 0 500 500"
     xmlns="http://www.w3.org/2000/svg" version="1.2"
     xmlns:xlink="http://www.w3.org/1999/xlink">
<rect x=" 10" y=" 10" width=" 200" height=" 200"
  fill="rgb(0,153,255)" stroke="black" stroke-width="1"/>
<flowRoot font-family="Verdana" font-size="20">
   <flowRegion>
      <rect x=" 10"  y=" 10" width=" 200" height=" 200"/>
   </flowRegion>
   <flowDiv>
      <flowPara margin-top="10" margin-bottom="10" margin-left="10" margin-
right="10">
         This Norwegian character (&#xE5;) is displayed OK, but this one 
(&#xE6;) is not. 
      </flowPara>
   </flowDiv>
</flowRoot>
</svg>

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

---------------------------------------------------------------------
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 39202] - Not possible to show norwegian characters in SVG Browser (Squiggle)

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39202>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39202


deweese@apache.org changed:

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




------- Additional Comments From deweese@apache.org  2006-04-05 11:08 -------
This is already fixed in SVN.
Note that the new flowRegion stuff renders the flow regions so
you will either want to move the fill/stroke attributes
or set the flowRegion rect to fill="none".


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

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