Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/draw/drawctx.c

    r7c3fb9b r3bacee1  
    182182        }
    183183
    184         /*
    185          * Note:
     184        /* Note:
    186185         * Antialiasing could be achieved by up-scaling path coordinates and
    187186         * rendering into temporary higher-resolution surface. Then, the temporary
    188187         * 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. */
    191189
    192190        list_foreach(*((list_t *) path), link, path_step_t, step) {
Note: See TracChangeset for help on using the changeset viewer.