This is the automatically generated IRC log made by the logger bot from the SVG IRC chat at irc.freenode.net port 6667 channel #svg
You are here: Logs Home / 2008-07-23
07:35:54 <[AD]Turbo> hi all
11:10:02 <emzic> hello, i have an element that uses a mask. is there a way to temporarily disable the mask and reenable it later on, besides removing and adding the mask attribute?
11:32:51 <ed_work> sure, you can use css too
11:34:11 <ed_work> <someelement class="withmask"> <style>.withmask { mask: url(#mask); } .nomask { mask: none }</style>
11:34:37 <ed_work> then change the class
11:34:55 <emzic> ok thanks
11:35:00 <ed_work> or, you can set the mask attribute/property to 'none'
11:35:04 <emzic> could i also just set the value of the mask to none?
11:35:29 <emzic> does this also work with clip-path ?
11:35:48 <ed_work> yes
11:36:05 <emzic> thanks!
13:00:52 <emzic> hmm that setting of clip-path to "none" or "url(#id)" doesnt seem to work at runtime
13:04:02 <ed_work> emzic: do you have a testcase?
13:12:17 <emzic> hmmm, i am working with batik
13:12:43 <emzic> and i am doing something like this code:
13:13:01 <emzic> element.setAttributeNS(null, "clip-path", "none");
13:13:18 <emzic> respectively plant.setAttributeNS(null, "mask", "url(#someid)");
13:14:06 <emzic> err that last one should be element.setAttributeNS(null, "clip-path", "url(#someid)");
13:14:27 <emzic> it seems to work neither with mask nor with clip-path
13:26:40 <emzic> i should add that the element inside the group that has the clip-path attribute is referenced with a "use"
13:28:06 <ed_work> sounds like a bug in batik then
13:28:30 <emzic> ok, thats possible
13:28:37 <emzic> i will write to the batik mailing list
13:48:33 <stelt> heycam, anybody, what's the state of XBL(2) implementations/documentation ?
13:48:34 <stelt> /me wants to use it
15:20:51 <emzic> hi guys, here is a batik question:
15:21:02 <emzic> how can i get the gvt-node of a specific dom-node ?
16:56:31 <Lusule> Hi, I have a massive problem with gtk not displaying .svg files, I've reinstalled and the problem won't go away
16:56:40 <Lusule> in desperate, I'm trying here to see if anyone knows about it...
17:25:56 <stelt> Lusule, are you sure the .svg files are valid ?
17:26:39 <Lusule> stelt - yes, they used to work fine, something's corrupted them since
19:34:26 <grey> dammit, I can't for the life of me get a dropshadow on a rect,
19:34:58 <grey> I'm using an xslt to generate an svg from ERD data (Acronyms much?)
19:36:00 <grey>http://dpaste.com/66999/
19:36:01 <svg-chump> A: http://dpaste.com/66999/ from grey
19:36:13 <grey> there's the generated SVG,
19:36:35 <grey> I copied a filter directly out of an example at http://www.svgbasics.com/filters3.html
The chat logged here contains content written by the chat participants identified by their IRC nick. No other identity is recorded.
Scripts provided by Dave Beckett, logger hosted by Jim Ley