Top "Scale" questions

The scale tag is mostly used for questions that relate to proportional resizing of images or UI elements.

Help with JFreeChart overlay

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 mismatch
JQuery - How can i smoothly resize an image to create a pulsating effect?

Hey, Im working on a website with a friend of mine, and from the start, our client has been unhappy …

jquery image resize scale effect
Android ViewGroup.setScaleX() cause the view to be clipped

I use NineOldAndroids library to scale my custom layout. public class MyLayout extends FrameLayout { // LayoutParams.MATCH_PARENT and all. ... @Override …

java android zooming scale viewgroup
Proper way to implement zoom/scale in Qt Quick (QML) Flickable

I'm using Qt 5.2 beta, Qt Quick 2.1. I have straight ahead problem with Flickable component. Here is minimal working code example: …

zoom scale qml qt5 qtquick2
Can't scale device window in iOS Simulator

On 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 simulator
Understanding HTML 5 canvas scale and translate order

I'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 scale
Scaling a fill pattern in raphael.js

paper=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 fill
Mobile Webkit browser (chrome) address bar changes $(window).height(); making background-size:cover rescale every time

The 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-size
Android - Pinch zoom ontouch event coordinates

I'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
Android: Is it possible to scale a xml drawable?

Here is what I want to do: I have this scale xml: <?xml version="1.0" encoding="utf-8"?> <scale …

android xml scale shape