Skip to content
  • Federico Mena Quintero's avatar
    Deprecate rsvg_set_default_dpi() and rsvg_set_default_dpi_x_y(). · 33ef0e01
    Federico Mena Quintero authored
    These functions are unsound.  They would only work if called before
    the registration of RsvgHandleClass (e.g. before the first
    instantiation of an RsvgHandle), as the global value they set is what
    is used for g_object_class_install_property(..., "dpi-x") and "dpi-y".
    
    We maintain their behavior, but instead recommend that callers use
    rsvg_handle_set_dpi() or rsvg_handle_set_dpi_x_y().
    33ef0e01