Bug 41309 - Haiku: Need to implement GraphicsContext::clipConvexPolygon()
Summary: Haiku: Need to implement GraphicsContext::clipConvexPolygon()
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-28 15:03 PDT by Beth Dakin
Modified: 2023-12-15 17:17 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 2010-06-28 15:03:54 PDT
http://trac.webkit.org/changeset/62035 introduced a new method of drawing border-radius using paths. Right now, this new code is only enabled for some platforms. To enable the new and much improved code for Haiku, GraphicsContext::clipConvexPolygon() needs to be implemented, and then Haiku should be added to the list of platforms that set #define HAVE_PATH_BASED_BORDER_RADIUS_DRAWING in RenderObject.h

I would like to note that Haiku already has a function implemented called GraphicsContext::drawConvexPolygon(). So hopefully it is straightforward to use some of that same logic for clipping instead of drawing.
Comment 1 Ahmad Saleem 2023-12-15 16:59:42 PST
@ap - do we have 'Haiku' as supported platform? Or we can close it and leave to any other community port to fix it (if need fixing as of today).
Comment 2 Alexey Proskuryakov 2023-12-15 17:17:09 PST
As of 2020, Haiku developers' preference was to maintain a fork without upstreaming. As far as I can tell from the lack of Haiku related code changes, this continues to be the case.