liuzhe02 / bigbluebutton

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

The draw thickness in the Flash client for annotations does not change with the zoom #1674

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Draw a 30 thickness line
2. Zoom the presentation in to 200%

What is the expected output? What do you see instead?
The line thickness is still 30, but it should be 60.

Original issue reported on code.google.com by capil...@gmail.com on 29 Oct 2013 at 5:08

GoogleCodeExporter commented 9 years ago
This is fixed in this pull request, 
https://github.com/bigbluebutton/bigbluebutton/pull/283.

Original comment by capil...@gmail.com on 29 Oct 2013 at 6:02

GoogleCodeExporter commented 9 years ago
Turns out this wasn't fixed completely. If the slide/image/pdf is scaled up or 
down the draw thickness isn't modified to match the change.

There needs to be an additional transform that is performed, but it needs 
thorough testing so we're pushing it to a subsequent release.

Original comment by capil...@gmail.com on 31 Oct 2013 at 11:40