From 7d3298f2550785707e6af60ebaa5e356ecc12e46 Mon Sep 17 00:00:00 2001 From: Daniel Kochmanski Date: Mon, 5 Mar 2018 20:02:01 +0100 Subject: [PATCH] x --- posts/ideal-forms.post | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posts/ideal-forms.post b/posts/ideal-forms.post index 2c05fb1..c37add4 100644 --- a/posts/ideal-forms.post +++ b/posts/ideal-forms.post @@ -132,12 +132,12 @@ rectangle coordinates are `[25,10], [30,15]`. pixels - we need to round them[^3]. Notice that border is thicker and that proportions are a little distorted. On the other hand despite a big change in resolution size of the object is similar in real-world values. - + Windows Presentation Foundation declared 96PPI screen's pixel being the device-independent pixel because such displays were pretty common on desktops. Almost all coordinates map perfectly on this screen. Notice the approximation of the right side of the violet rectangle. - + ![Lower DPI](https://common-lisp.net/project/mcclim/static/media/ideal-forms/72dpi-96dpi-sbs.png) * Fact that the screen has higher density doesn't mean that coordinates mapping -- GitLab