[lasem] svg_style: default overflow to hidden.



commit 5407c028945e1540bef44a2d592bc2117780fc56
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Sun Sep 30 21:01:24 2012 +0200

    svg_style: default overflow to hidden.

 src/lsmsvgstyle.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lsmsvgstyle.c b/src/lsmsvgstyle.c
index 9970ce3..b2790d5 100644
--- a/src/lsmsvgstyle.c
+++ b/src/lsmsvgstyle.c
@@ -105,7 +105,7 @@ static const LsmPropertyInfos lsm_svg_property_infos[] = {
 		.name = "overflow",
 		.id = LSM_PROPERTY_OFFSET_TO_ID (LsmSvgStyle, overflow),
 		.trait_class = &lsm_svg_overflow_trait_class,
-		.trait_default = "visible"
+		.trait_default = "hidden"
 	},
 	{
 		.name = "stop-color",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]