svg.h 215 B

1234567
  1. #ifndef MUPDF_SVG_H
  2. #define MUPDF_SVG_H
  3. fz_display_list *fz_new_display_list_from_svg(fz_context *ctx, fz_buffer *buf, float *w, float *h);
  4. fz_image *fz_new_image_from_svg(fz_context *ctx, fz_buffer *buf);
  5. #endif