Project

General

Profile

Actions

Feature #1120

closed

WPainterPath: how to avoid extra line in subpath closing

Added by Boris Nagaev over 12 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
Start date:
01/06/2012
Due date:
% Done:

0%

Estimated time:

Description

Hello!

I want to draw several separate bezier curves in one WPainterPath.

Moving to new position (moveTo()) closes sub-path, which results in extra line.

How to make path not to draw this line in closeSubPath() ?

BR.

Actions #1

Updated by Koen Deforche about 12 years ago

  • Status changed from New to Feedback
  • Assignee set to Koen Deforche

Hey,

This is not possible using a single WPainterPath. I'm not sure why the limitation exists, but we inherited this from Qt's QPainterPath.

You thus really need multiple WPainterPaths.

Regards,

koen

Actions #2

Updated by Boris Nagaev about 12 years ago

Hello!

Ok, I can use multiple WPainterPath's.

However, if it could be done with one WPainterPath, it would be more convenient.

Actions #3

Updated by Benoit Daccache over 8 years ago

  • Status changed from Feedback to Closed
Actions

Also available in: Atom PDF