X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f66f6a5b3583b02c34854556eb83e3a808524ce..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/dcsvg.h diff --git a/interface/wx/dcsvg.h b/interface/wx/dcsvg.h index 675c3ecbef..23ad44c6b4 100644 --- a/interface/wx/dcsvg.h +++ b/interface/wx/dcsvg.h @@ -70,7 +70,7 @@ public: Sets the clipping region for this device context to the intersection of the given region described by the parameters of this method and the previously set clipping region. - Clipping is implemented in the SVG output using SVG group elements (), with + Clipping is implemented in the SVG output using SVG group elements (\), with nested group elements being used to represent clipping region intersections when two or more calls are made to SetClippingRegion(). */ @@ -98,7 +98,7 @@ public: /** Destroys the current clipping region so that none of the DC is clipped. Since intersections arising from sequential calls to SetClippingRegion are represented - with nested SVG group elements (), all such groups are closed when + with nested SVG group elements (\), all such groups are closed when DestroyClippingRegion is called. */ void DestroyClippingRegion();