[PATCH 1/1] d2d1: Implement ID2D1DeviceContext6::DrawSvgDocument via librsvg Implements SVG document rendering using librsvg and Cairo via the unix thunk mechanism. The SVG data is parsed on the unix side into an RsvgHandle, then rendered into a staging bitmap which is drawn into the D2D device context.