[svg-developers] Re: FlowImage in 1.2

2006-01-25 Thread Christopher Timko
--- In svg-developers@yahoogroups.com, [EMAIL PROTECTED] wrote: Hi Chris, svg-developers@yahoogroups.com wrote on 01/23/2006 04:37:27 PM: Is there something I have to add to allow svg viewers to recognize the margin-left attribute? I tried that command, but it won't render correctly

Re: [svg-developers] Re: FlowImage in 1.2

2006-01-24 Thread thomas . deweese
Hi Chris, svg-developers@yahoogroups.com wrote on 01/23/2006 04:37:27 PM: Is there something I have to add to allow svg viewers to recognize the margin-left attribute? I tried that command, but it won't render correctly in squiggle. Well, I'm guessing that you are trying to apply the

[svg-developers] Re: FlowImage in 1.2

2006-01-23 Thread Christopher Timko
--- In svg-developers@yahoogroups.com, [EMAIL PROTECTED] wrote: Hi Chris, svg-developers@yahoogroups.com wrote on 01/20/2006 02:59:24 PM: I was curious if someone could provide me with an example of the flowImage tag being used in a Flow Paragraph using the specifications laid out in

Re: [svg-developers] Re: FlowImage in 1.2

2006-01-23 Thread thomas . deweese
Hi Chris, svg-developers@yahoogroups.com wrote on 01/23/2006 03:15:38 PM: Well, then the image embedding will be a problem. You can always use a custom SVG font for this (a bit round about but it can be made to work). But in the meantime, I have another question. I'm trying to create

[svg-developers] Re: FlowImage in 1.2

2006-01-23 Thread Christopher Timko
--- In svg-developers@yahoogroups.com, [EMAIL PROTECTED] wrote: Hi Chris, svg-developers@yahoogroups.com wrote on 01/23/2006 03:15:38 PM: Well, then the image embedding will be a problem. You can always use a custom SVG font for this (a bit round about but it can be made to work).

Re: [svg-developers] Re: FlowImage in 1.2

2006-01-23 Thread thomas . deweese
Hi Chris, indent and margin are from the CSS2 specification. In particular margin is a 'shorthand' for margin-left, margin-right, margin-top, margin-bottom. So you probably want to just adjust margin-left (although adjusting the others can be useful in other cases).

[svg-developers] Re: FlowImage in 1.2

2006-01-23 Thread Christopher Timko
Is there something I have to add to allow svg viewers to recognize the margin-left attribute? I tried that command, but it won't render correctly in squiggle. Sorry for the newbie questions; I've been a C++ coder my whole life, and I'm trying to learn the whole XML/XSLT/SVG thing at once. ---