[haiku-bugs] Re: [Haiku] #17538: WebPositive SVG stroke rendering

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Tue, 20 Dec 2022 19:40:06 -0000

#17538: WebPositive SVG stroke rendering
-------------------------------------+-------------------------------------
  Reporter:  thebuck                 |      Owner:  pulkomandy
      Type:  bug                     |     Status:  new
  Priority:  normal                  |  Milestone:  Unscheduled
 Component:                          |    Version:  R1/Development
  Applications/WebPositive           |   Keywords:  SVG stroke line
Resolution:                          |  rendering
Blocked By:                          |   Blocking:
  Platform:  All                     |
-------------------------------------+-------------------------------------
Comment (by pulkomandy):

 It may be too late for beta4 anyway. Let's try to add this API in beta5,
 that leaves us pleinty of time to figure it out and we can decide to
 backport it to the beta4 branch or release a beta5 early if we really need
 it.

 Regarding the API, it is quite uncommon to use std::vector (or anything
 from the STL) in public APIs in Haiku. BList could be used instead, if we
 want this to be readable at all. It may be a bad idea to make it readable,
 because that complexifies a few things (for example handling it correctly
 in BPicture when recording a picture).

 Also, I guess it should be affected by PushState/PopState?
-- 
Ticket URL: <https://dev.haiku-os.org/ticket/17538#comment:14>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: