New Activity diagram

0 votes
asked Feb 12, 2013 in Bug by anonymous
Hi, running build 7956: box sizes in SVG are to small. It seems, text size is not calculated correct.

Cheers,

1 Answer

0 votes
answered Feb 12, 2013 by plantuml (295,000 points)

Hi,

Could you give an example ?

It may depend on your configuration. For example, this is working fine:

http://www.plantuml.com/plantuml/svg/Aov9B2hXvR8gpizDLSZ9pqjNI4mkoIpBBAcq1W00

Regards,

commented Feb 12, 2013 by anonymous
Here the code:
@startuml
start
: Get current PCB;
:Increase Pool counter (<b>atomic!</b>);
:Get buffer index;
:Update statistics:max alloc, nAlloc for buffer;
stop
@enduml
And here the result:
https://dl.dropbox.com/u/76111619/alloc.svg
commented Feb 12, 2013 by plantuml (295,000 points)
Ok, I guess it depends on what SVG reader you are using.
Your example is working fine (for me) on FireFox 18 & Chrome (under Windows 7)
See https://dl.dropbox.com/u/13064071/act001.png

What reader are you using, under which OS ? Could you make a PNG screenshoot of what you see ?

Thanks,
commented Feb 12, 2013 by anonymous
I use Firefox 18 under Win7-64. Here is what I see:
https://dl.dropbox.com/u/76111619/svg_snapshot.png

I checked with Chrome, and indeed it looks correct. So plantUML is off the hook and I have to check what's wrong with my Firefox.
...