Issue 3794 - EPS Export Filter
Summary: EPS Export Filter
Status: CLOSED FIXED
Alias: None
Product: Draw
Classification: Application
Component: code (show other issues)
Version: 641
Hardware: PC Windows 98
: P3 Trivial (vote)
Target Milestone: ---
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-02 08:50 UTC by Unknown
Modified: 2003-09-08 16:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2002-04-02 08:50:00 UTC
Bezier Curves were exported as Polylines.
The quality is very poor.
Comment 1 bettina.haberer 2002-04-03 13:42:32 UTC
Reassigned to Wolfram.
Comment 2 wolframgarten 2002-04-08 09:54:55 UTC
Can be reproduced in 641d. Reassigned to Sven.
Comment 3 sven.jacobi 2002-04-25 12:35:16 UTC
EPS is generated from our internal metafile, which currently isn't 
supporting bezier functionality. Our GdiMetaFile needs something like 
a MetaPolyPolygonBezierAction.

Hi Thorsten,
it seems that you are the right person to implement this feature in 
vcl. Send this issue back to me if bezier functionality is available.

Sven
Comment 4 thb 2002-04-29 16:22:31 UTC
Okay, have that on my todo list. Beziers in VCL will be implemented at a later time.
Comment 5 thb 2002-06-24 17:41:07 UTC
Sven,

bezier support is now available in VCL, but since VCL does not support thick 
lines, those are still broken down to polygons. Can we do some magic with metafiles 
comments there?
Comment 6 sven.jacobi 2002-08-12 15:46:12 UTC
Thorsten, that is a great idea.

A metafile comment should include the complete line geometry:
-bezier polygon
-line width
-line joint
-dash/dot description.

Thereafter the down-brokened polygon actions followed by something 
like an "end comment" action are required.

All export filters can then decide itself to use the original line 
geometry or to behave as used to do. So the issue go back, so that 
you can implement the comments.
Comment 7 thb 2002-08-15 14:41:29 UTC
Okay, started today.
Comment 8 sven.jacobi 2002-09-04 12:01:23 UTC
This bug has been fixed and will be available in OpenOffice v1.1

Comment 9 thb 2002-12-05 17:30:11 UTC
Reopened, has to be verified.
Comment 10 thb 2002-12-05 17:40:51 UTC
Wolfram, please verify and close if okay.
Comment 11 wolframgarten 2002-12-06 08:17:28 UTC
Tested in an actual internal internal version. Looks good, issue closed.
Comment 12 wolframgarten 2002-12-06 08:17:40 UTC
Closed.