sproutcore / abbot

SproutCore Build Tools [deprecated]
http://www.sproutcore.com
88 stars 44 forks source link

Using slices (without parameters $width and $height) in a project theme can produce wrong png files #117

Open contrerasmarc opened 9 years ago

contrerasmarc commented 9 years ago

Hi, in my tests to use a common project theme for several apps, I detected an issue when you use slices in a css file. When you use in the slice only $top and $left parameters, apparently Chance (SproutCore's CSS Framework) creates a anomalous png file (In Safari you arrive to see the buttons, but not in Firefox). Then I added the parameters $width and $height the app works fine.
See the code (corrected) at https://github.com/contrerasmarc/my_project

I documented the issue at https://groups.google.com/forum/#!topic/sproutcore/vPU0GaMG7PQ

Regards

mauritslamers commented 9 years ago

Would it be possible to attach to this issue both the corrupt png as well as the correct one?