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

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Thu, 24 Nov 2022 10:39:27 -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 thebuck):

 Regarding 3. Add ABI stubs to R1beta4? Enables to deploy improvements
 immediately in the coming nightly period.

 haiku/headers/os/interface/View.h:
 {{{#!cpp
 void SetLineDashing(unsigned lengthsCount, float* lengths, float offset =
 0.0);
 float LineDashOffset() const;
 std::vector<float> LineDashLengths() const;
 }}}

 Note that lengthsCount has a compile-time limit of 32 in agg.

 ''I do not know the preferred way of exchanging arrays, sorry.''
-- 
Ticket URL: <https://dev.haiku-os.org/ticket/17538#comment:11>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: