History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: FVG-293
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Mark Donszelmann
Reporter: Steffen Greiffenberg
Votes: 0
Watchers: 0
Operations

Clone this issue
Create sub-task
If you were logged in you would be able to see more operations.
FreeHEP Vector Graphics

Moved constants and image creation

Created: 08/Jan/07 01:34 AM   Updated: 09/Jan/07 11:19 AM
Component/s: ImageGraphics
Affects Version/s: 2.0
Fix Version/s: 2.1

File Attachments: 1. Text File diffs2007-01-08.txt (44 kb)
2. Text File diffs2007-01-09.txt (34 kb)



 Description  « Hide
I've moved the straem handling / byte[] creation to ImageGraphics2D. Additionally I've used the ImageConstants more consequently. Hope it makes code a bit more readable ...

Functionality of the driver classes was not not changed.


Regards
Steffen

 All   Comments   Change History      Sort Order:
Mark Donszelmann - 08/Jan/07 04:42 PM
applied the patch, but there seem to be a problem with PDF, looking into it.

Steffen Greiffenberg - 09/Jan/07 01:04 AM
fixed that PDF problem, sorry for the bug ...

aditionally:

- removed not needed (and buggy?) overwriting of
   fillAndDraw(Shape) in PDF driver
 - removed empty overwriting of hit(Area) in some drivers,
   method was added by a former patch
 - removed not needed figure templates in PSProlog.txt
   (I think there are still some more)
 
( - added some comments)

Regards
Steffen