The scale tag is mostly used for questions that relate to proportional resizing of images or UI elements.
I'm having an issue with a JFreeChart overlaid graph. I'm using JFreeChart 1.0.13. What I am trying to do seems like …
overlay jfreechart scale mismatchOn the 24" iMac I'm using at work I cannot scale the iOS Simulator's window. The 100% and 50% menu entries are greyed …
ios iphone ios-simulator scale simulatorI'm doing some graphing around a center X,Y of 0,0. When it's time to render, I reposition with translate, and …
javascript html canvas transform scalepaper=Raphael('previewBody',480,480); paper.path({"stroke-width":1},'M0,0 L480,240 L480,480 L240,480 z') .attr('fill','url(bg.png)')) .scale(.5,.5,0,0); My problem …
javascript design-patterns scale raphael fillThe problem is that I have a few DIV's positioned absolutely which have background-size: cover; and their height is calculated …
android google-chrome mobile scale background-sizeI'm trying to get the canvas coordinates for an android app that I'm creating. It works great until I add …
android scale android-canvas pan