> There seems to be some error in current cvs batik.
> I'm guessing that the ComputedValue class is a proxy so that instead of
> casting the value it should be calling getComputedValue.
>
> With the following simple svg file:
> <svg width="500.0"
>      height="300.0"
>      xmlns="http://www.w3.org/2000/svg"; version="1.0">
>     <line y2="300.0"
>           style="stroke:rgb(200,50,50);stroke-dasharray:5 5"
>           x1="24.5" x2="12.5" y1="18.798828"/>
> </svg>

stroke-dasharray is a list of number separated by comma (and optional
whitespaces).

stroke-dasharray:5,5; should fix your problem

Regards,
Thierry.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to