This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6265 - Fixed line length default value (0) inserts spaces in svg text element
Summary: Fixed line length default value (0) inserts spaces in svg text element
Status: RESOLVED FIXED
Alias: None
Product: Amaya
Classification: Unclassified
Component: SVG (show other bugs)
Version: 10.1-pre5
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: fred.wang
QA Contact: fred.wang
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-03 12:39 UTC by Vladislav Ivanishtshev
Modified: 2008-12-05 15:14 UTC (History)
5 users (show)

See Also:


Attachments

Description Vladislav Ivanishtshev 2008-12-03 12:39:00 UTC
Amaya improves code inserting spaces and thus increasing readability. But in case of text element sometimes it does the following
<svg:text>
  text
</svg:text>
which produces "  text" in final markup.

I put length default value = 1000 to prevent line breaking.
Comment 1 Vatton 2008-12-05 15:14:38 UTC
Amaya now doesn't indent the content of SVG text.