mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-06 23:26:10 +02:00

fpvectorial: Correct calculation of ellipse center of elliptical arc path segment ........ fpvectorial: Fix TPath to avoid rendering of internal lines for bezier segments. Fix elliptic path segment with rotated axis. ........ fpvectorial: Reorganize TPath.Render. Support polygon even-odd and non-zero winding rules for brush fill. ........ fpvectorial: Fix svg reader memory leaks related to BrushDefs and tokenizer. Declare package as runtime package. ........ git-svn-id: branches/fixes_1_6@51074 -
21 lines
605 B
ObjectPascal
21 lines
605 B
ObjectPascal
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit fpvectorialpkg;
|
|
|
|
interface
|
|
|
|
uses
|
|
fpvectorial, fpvtocanvas, fpvectbuildunit, fpvutils, avisozlib,
|
|
avisocncgcodewriter, avisocncgcodereader, cdrvectorialreader,
|
|
dxfvectorialreader, epsvectorialreader, lasvectorialreader,
|
|
lazvectorialreader, mathmlvectorialreader, odgvectorialreader,
|
|
rawvectorialreadwrite, svgvectorialreader, svgvectorialwriter,
|
|
svgzvectorialreader, odtvectorialwriter, docxvectorialwriter,
|
|
htmlvectorialreader;
|
|
|
|
implementation
|
|
|
|
end.
|