History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GLIFFY-747
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Clint Dickson
Reporter: Wim Deblauwe
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Gliffy Product

Auto-crop is too conservative at the right and bottom sides

Created: 10/Jul/08 06:57 AM   Updated: 12/Jul/08 11:59 AM
Component/s: Confluence Plugin Integration
Affects Version/s: Gliffy Plugin for Confluence - 1.4.0
Fix Version/s: None
Security Level: Anyone may view

File Attachments: None
Image Attachments:

1. Gliffy-bug-diagram-too-big.png
(69 kb)


 Description  « Hide
  1. Create a diagram in Gliffy 1.4 using confluence 2.8
  2. Close and save the diagram
  3. There is always excessive whitespace towards the bottom and the right of the diagram (see attached screenshot)


 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Chris Kohlhardt - 11/Jul/08 07:30 PM
Clint,

Would it be possible to set the bottom/right padding to be equal to the padding on the top/left?

I'm thinking this would be a matter of just looking for the left/top most shape.

thx

-chris


Clint Dickson - 12/Jul/08 11:59 AM
Yes, we could first look at the top most shape for the bottom margin, and then the left most shape for the right margin.

There is an issue orthoganal lines sometimes not being detected correctly when we use the getBounds() of the line (which is why the right-bottom margins default a little larger to compensate), so that would need to be solved using a different method.