summaryrefslogtreecommitdiff
path: root/rsvg-styles.h
diff options
context:
space:
mode:
authorDom Lachowicz <doml@src.gnome.org>2003-03-25 19:53:34 +0000
committerDom Lachowicz <doml@src.gnome.org>2003-03-25 19:53:34 +0000
commit1872ec5bfd107eba16c7eadeb564dab61e183187 (patch)
tree0c1e1ed8cb2f7277bc72d33c5592f7c8d0abd599 /rsvg-styles.h
parent9f78465dd237b20fb9fb35b793adf8f29dc31ba9 (diff)
downloadlibrsvg-1872ec5bfd107eba16c7eadeb564dab61e183187.tar.gz
preliminary support for style definitions within defs-paths
Diffstat (limited to 'rsvg-styles.h')
-rw-r--r--rsvg-styles.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/rsvg-styles.h b/rsvg-styles.h
index aceca6ac..dbfd6176 100644
--- a/rsvg-styles.h
+++ b/rsvg-styles.h
@@ -90,16 +90,18 @@ void rsvg_parse_style_pair (RsvgHandle *ctx, RsvgState *state,
const char *key, const char *val);
void rsvg_parse_style (RsvgHandle *ctx, RsvgState *state, const char *str);
void rsvg_parse_cssbuffer (RsvgHandle *ctx, const char * buff, size_t buflen);
-void rsvg_parse_style_attrs (RsvgHandle *ctx, const char * tag,
+
+void rsvg_parse_style_attrs (RsvgHandle *ctx, RsvgState *state, const char * tag,
const char * klazz, const char * id,
const xmlChar **atts);
gdouble rsvg_viewport_percentage (gdouble width, gdouble height);
-
void rsvg_pop_opacity_group (RsvgHandle *ctx, int opacity);
void rsvg_push_opacity_group (RsvgHandle *ctx);
gboolean rsvg_parse_transform (double dst[6], const char *src);
+RsvgState * rsvg_state_current (RsvgHandle *ctx);
+
G_END_DECLS
#endif /* RSVG_STYLES_H */