![]() | Steema Issues DatabaseNote: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;otherwise you can use StackOverflow. Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy. |
| Summary: | TAntiAliasTool uses now GDI+, but draws wide horizontal lines | ||
|---|---|---|---|
| Product: | VCL TeeChart | Reporter: | yeray alonso <yeray> |
| Component: | Canvas | Assignee: | Steema Issue Manager <issuemanager> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | david, janne.snabb |
| Priority: | --- | ||
| Version: | 131119 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| URL: | hhttp://www.teechart.net/support/viewtopic.php?p=64440#p64440 | ||
| Chart Series: | Line | Delphi / C++ Builder RAD IDE Version: | |
| Bug Depends on: | 491 | ||
| Bug Blocks: | |||
| Attachments: | Testing project | ||
|
Description
yeray alonso
2014-01-20 09:02:25 EST
The best (and only) solution we have here is to use and IFDEF to switch between the new antialias (using GDI+ canvas) and the old (using our old code). The define is: TEEANTIALIAS (TeeAntialias.pas unit source code is required) We could provide this unit source code with the binary version, if necessary. Hi, so how do I get it working with latest sources 131119 (drawing right not dual color)? (In reply to david berneda from comment #1) > The best (and only) solution we have here is to use and IFDEF to switch > between the new antialias (using GDI+ canvas) and the old (using our old > code). > > The define is: TEEANTIALIAS > > (TeeAntialias.pas unit source code is required) > > We could provide this unit source code with the binary version, if necessary. |