MapServer / MapServer-import

3 stars 2 forks source link

AGG missing a few symbol options that GD has #2191

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: sdlime Date: 2007/08/01 - 06:53 Currently, AGG rendering does not support all the options that GD does:

Missing are:

These all fall back on GD (works ok for truetype) but replacements are needed.

Steve

tbonfort commented 12 years ago

Author: sdlime Date: 2007/08/01 - 06:58 Added VECTOR and ELLIPSE markers at rev. 6430.

Steve

tbonfort commented 12 years ago

Date: 2007/08/01 - 19:23 include patch which enables VECTOR and HATCH polygon fills (also a few fixes to avoid rounding where unnecessary)

hatch drawing is now much more optimised (these tests are for hatching 800+ polygons)

GD:

time ~/workspace/mapserver/shp2img -m demo-gd.map -o demofill.png
real    0m6.465s
user    0m5.532s
sys     0m0.732s

AGG:

time ~/workspace/mapserver/shp2img -m demo-agg.map -o demofill.png
real    0m0.591s
user    0m0.340s
sys     0m0.036s
tbonfort commented 12 years ago

Author: sdlime Date: 2007/08/02 - 15:38 Patch applied... (rev. 6440)

Schpidi commented 11 years ago

This is an automated comment

This issue has been closed due to lack of activity. This doesn't mean the issue is invalid, it simply got no attention within the last year. Please reopen if still valid.