Search found 7 matches
- Wed Nov 23, 2011 1:28 am
- Forum: SVG / XML Code
- Topic: Illustrator SVG Effects Coding Issues
- Replies: 8
- Views: 5203
Re: Illustrator SVG Effects Coding Issues
This has been answered at Stackoverflow: http://stackoverflow.com/questions/8214924/illustrator-svg-effects-coding-issues
- Sat Nov 19, 2011 6:16 am
- Forum: SVG / XML Code
- Topic: Illustrator SVG Effects Coding Issues
- Replies: 8
- Views: 5203
Re: Illustrator SVG Effects Coding Issues
I've tried everything. 0.003921568 gives RGB 0 but 0.003921569 gives RGB 13. It is impossible to even specify a value in between that range. Illustrator is wack and so is Chrome and there is no apparent reason why. AI sucks. I'm just going to duplicate the vector and offset that to make the shadow. ...
- Sat Nov 19, 2011 4:43 am
- Forum: SVG / XML Code
- Topic: Illustrator SVG Effects Coding Issues
- Replies: 8
- Views: 5203
Re: Illustrator SVG Effects Coding Issues
Sorry, I was going to share but I realized the math still doesn't add up.
- Tue Nov 15, 2011 2:39 am
- Forum: SVG / XML Code
- Topic: Illustrator SVG Effects Coding Issues
- Replies: 8
- Views: 5203
Re: Illustrator SVG Effects Coding Issues
Wow, I finally figured it out after 2 days, 2 sheets of graphing paper and 5 sheets of blank paper with both sides scribbled on. No thanks to ANYTHING or ANYONE on the internet. I couldn't find the solution anywhere.
- Sat Nov 12, 2011 5:56 am
- Forum: SVG / XML Code
- Topic: Illustrator SVG Effects Coding Issues
- Replies: 8
- Views: 5203
Re: Illustrator SVG Effects Coding Issues
Why do you suppose this is? Why is there some kind of color curve in Chrome and Illustrator? Where is the math so I can compensate?
- Sat Nov 12, 2011 2:23 am
- Forum: SVG / XML Code
- Topic: Illustrator SVG Effects Coding Issues
- Replies: 8
- Views: 5203
Re: Illustrator SVG Effects Coding Issues
The color specifications seems to be an exponential curve. I plotted the output values when specifying .1, .15, .2, .25, etc. and looked at the corresponding RGB decimal value. For example, 0.215 is 127 and 0.5 is 187. Plotting the other decimals shows an exponential curve on a graph. This is very v...
- Fri Nov 11, 2011 9:57 am
- Forum: SVG / XML Code
- Topic: Illustrator SVG Effects Coding Issues
- Replies: 8
- Views: 5203
Illustrator SVG Effects Coding Issues
I realize this doesn't have much to do with Inkscape but I figured this would be a good place to start. I am having some REAL big problems coding SVG XML and having it being reproduced in Illustrator as I am expecting. Major problem right now is the feColorMatrix effect. I understand the effect and ...