Changes in uspace/lib/draw/drawctx.c [7c3fb9b:3bacee1] in mainline
- File:
-
- 1 edited
-
uspace/lib/draw/drawctx.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/drawctx.c
r7c3fb9b r3bacee1 182 182 } 183 183 184 /* 185 * Note: 184 /* Note: 186 185 * Antialiasing could be achieved by up-scaling path coordinates and 187 186 * rendering into temporary higher-resolution surface. Then, the temporary 188 187 * surface would be set as a source and its damaged region would be 189 * transferred to the original surface. 190 */ 188 * transferred to the original surface. */ 191 189 192 190 list_foreach(*((list_t *) path), link, path_step_t, step) {
Note:
See TracChangeset
for help on using the changeset viewer.
