#16 closed defect (fixed)
fix thin ellipse rendering
Reported by: | Sam Hocevar | Owned by: | Sam Hocevar |
---|---|---|---|
Priority: | major | Milestone: | Final |
Component: | core | Version: | SVN |
Keywords: | Cc: | ||
Product: | libcaca |
Description
Currently thin ellipse rendering outputs the following:
---
| |
| |
| |
---
We should be able to display the following instead:
,-.
/ \
| |
\ /
'-'
Change History (3)
comment:1 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
Component: | libcucul → libcaca |
---|
comment:3 Changed 15 years ago by
Component: | libcaca → core |
---|---|
Product: | → libcaca |
Note: See
TracTickets for help on using
tickets.
(In [1822]) * Improved ellipse rendering. Not perfect, but still much better than old method. Closes #16 .