Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gef-dev] bug 243385 on Draw2D (can not draw big draw2d figure on linux platform)

Ben,

This issue is not a limitation of draw2d. The limitation can be shown using
just an SWT snippet which paints on a Shell.  BTW, this problem has been
reported before, but it's not trivial to search for in bugzilla, since it
was moved to SWT.

I've marked your bug as a duplicate of:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=146179

Thanks for reporting the bug.  Often, it helps if you can reduce the
problem to its essence (for example, removing GEF's graphics and seeing if
the problem goes away), then you might have more success in searching for
an existing bug report.  Even if you open a duplicate, at least filing it
against the right team means they'll find the duplicate faster than anyone
else would.

If you are trying to fill a large rectangle, a workaround might be to
intersect the rectangle you're painting with the current clipping, which
will bring it within the 16-bit limitation.
You might also try turning on advanced graphics all the time.  Maybe Cairo
doesn't have the 16-bit limitation?

If either of these workarounds works, or if you have more doubts, please
update the original bugzilla to keep the history in one place.,

--Randy



                                                                           
             "Ben Xu"                                                      
             <xufengbing@gmail                                             
             .com>                                                      To 
             Sent by:                  gef-dev@xxxxxxxxxxx                 
             gef-dev-bounces@e                                          cc 
             clipse.org                                                    
                                                                   Subject 
                                       [gef-dev] bug 243385 on Draw2D (can 
             08/13/2008 06:02          not draw big draw2d figure on       
             AM                        linux platform)                     
                                                                           
                                                                           
             Please respond to                                             
              GEF development                                              
             <gef-dev@eclipse.                                             
                   org>                                                    
                                                                           
                                                                           






HI all,
  I have reported a bug for draw2d  as i found that draw2d figure can not
be big enough for  my application use on linux platform. (ok on windows)
see:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=243385

I have report this bug on Aug 7. But until now . no one  take action on it.

I hope someone could  take a look on this bug.







--
Best regards,
Ben  Xu
Software Engineering Lab,Department of Computer Science
East China Normal University, Shanghai, P.R. China

Email: xufengbing@xxxxxxxxx




 _______________________________________________
gef-dev mailing list
gef-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/gef-dev




Back to the top