Revert incorrect change.
[mono.git] / web / drawing
index af65135e57cc8089a6ad4b785de3756f54bc424a..987301236d4f8c8470a9a79437bc24ba7716ef2e 100644 (file)
        provide an implementation of this API in the
        <tt>libgdiplus.so</tt> shared library.  Our
        <tt>libgdiplus.so</tt> has the same C Flat API as the
-       <tt>GDIPLUS.DLL</tt>.  Our implementation usesuses Cairo to do
+       <tt>GDIPLUS.DLL</tt>.  Our implementation uses Cairo to do
        the heavy lifting.
 
-       The implementation of GDI+ lives in mcs/class/System.Drawing
-       in the gdiplus directory and requires <a
+       The implementation of GDI+ lives in the libgdiplus cvs module
+       and requires <a
        href="http://www.cairographics.org">Cairo</a> to be installed
        to get the package built.