Jason Johnston

Results 208 comments of Jason Johnston

@balu980 Are you able to provide a testcase? It's impossible to verify that this works properly if I cannot reproduce the issue.

IE9 requires a separate implementation because PIE's rendering in IE9 does not produce a positioned element behind the main element like it does in IE6-8, and therefore there's nothing into...

SVG would likely be faster, yes. Canvas is another possibility. I think there will always be some real slowness to it, just because it has to do so much --...

I'm not too familiar with Cufon's shadow implementation, but I found this on their shadows example page: "Please note that offsets can only be defined in pixels and that blur...

I suppose I should clarify: I did not mean that simple non-blurred shadow is of no use to web page authors, I meant that Cufon's implementation will not be of...

Also, if all you want is simple drop shadow then you can use IE's DropShadow filter to do that without a polyfill. See http://heygrady.com/blog/2011/03/10/css-text-shadows-in-internet-explorer/ for some examples.

Interesting, I haven't noticed that error. I'll look into it, thanks for reporting.

I think this is due to hideBorder() assuming that the borderFooWidth values are always going to be numeric lengths and does not take into account that they could have values...

I definitely see the lag in your testcase. I'll try to profile and see if there's anything that can be done about it, but it may just boil down to...

Thank you for reporting and for the testcase. I'll try to add some special handling for negative spread to keep it from getting pointy.