mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 07:19:37 +03:00
Fix image/svg.c build.
svn path=/trunk/netsurf/; revision=12325
This commit is contained in:
parent
cf25f54364
commit
8a74107c36
@ -69,7 +69,6 @@ static const content_handler svg_content_handler = {
|
||||
svg_redraw,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
svg_clone,
|
||||
NULL,
|
||||
svg_content_type,
|
||||
@ -226,7 +225,8 @@ void svg_reformat(struct content *c, int width, int height)
|
||||
|
||||
bool svg_redraw(struct content *c, int x, int y,
|
||||
int width, int height, const struct rect *clip,
|
||||
float scale, colour background_colour)
|
||||
float scale, colour background_colour,
|
||||
bool repeat_x, bool repeat_y)
|
||||
{
|
||||
svg_content *svg = (svg_content *) c;
|
||||
float transform[6];
|
||||
|
Loading…
Reference in New Issue
Block a user