lewisje / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

The change in the size of the ClipPath area is not reflected by Flash Renderer. #477

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.The ClipPath element is obtained with getElementById(). 
2.The value of a graphic element in the acquired ClipPath element is changed. 
3.The display changes with the value for Native Renderer. However, it
doesn't move in Flash Renderer. 

What is the expected output? What do you see instead?
I want to change the size of displayed ClippingPath according to the change
of the value of the graphic element put in the ClipPath element. 

What version of the product are you using? On what operating system,
browser, and version of Flash?
svgweb : svgweb-2010-04-09-dracolisk
OS : WindowsXP
Browser : Firefox3.6.3
Flash : 10,0,42,34

The sample file was appended. When Circle is clicked, the size of a graphic
element in the ClipPath element is changed. 

Original issue reported on code.google.com by oka...@gmail.com on 20 Apr 2010 at 1:04

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
It was possible to solve it by using the use element, and referring to the 
operated
graphic element. 

The corrected sample file is appended. 

Original comment by oka...@gmail.com on 21 Apr 2010 at 12:41

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in r1126.

Original comment by grick23@gmail.com on 22 Apr 2010 at 2:03

GoogleCodeExporter commented 8 years ago
Thank you grick23.

Original comment by oka...@gmail.com on 22 Apr 2010 at 12:03