Blog  |   Sitemap  |   Search  |   Language:  eng рус
Home
JavaScript UI FrameworkBug TrackerBug details

Bug Data

ID: #0135
Status: Fixed
Severity: Normal
Reporter: Rob Krueger
Submitted: 19-08-09 01:14

Product Data

Product: Ample SDK
Component: SVG 1.1
Version: 0.8.x
OS: Windows XP
Browser: > Internet Explorer 8.0

Description

the images never appear (image tag)

Following snippet illustrates the problem.

<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
viewBox="0 0 1100 400">

<image x="400" y="100"
width="119px" height="114px"
xlink:href="matrix.jpg">
<title>matrix.jpg</title>
</image>
</svg>

Messages written for this bug

No messages has been appended yet.

Add a message
BugTracker