Opened 18 years ago
Closed 18 years ago
#969 closed bug (fixed)
endless loop when rendering fonts in agg::glyph_data_outline mode
Reported by: | axeld | Owned by: | stippi |
---|---|---|---|
Priority: | high | Milestone: | R1 |
Component: | Servers/app_server | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In hrev19721 I disabled rendering of fonts in outline mode, as the underlying AGG code never returns. For the time being, I enabled showing the glyph's bounding boxes instead.
Note:
See TracTickets
for help on using tickets.
fixed in hrev20481. Thanks to Ingo having tracked it down. Because of the libicon.a in libbe.so, it resolved a version of the Transformable class which is incompatible with the one used by the app_server. In the end, this caused the approximation scale of curves to be at maximum causing really long computations.