[Libreoffice-bugs] [Bug 86856] No pixel measurement unit

2018-10-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86856

--- Comment #10 from Regina Henschel  ---
As I already mentioned in bug 120683, you can already set the desired amount of
pixel while exporting. That is not the point here. This enhancement request is
about having "pixel" as unit while editing.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86856] No pixel measurement unit

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86856

--- Comment #9 from mwtjunkm...@gmail.com ---
(In reply to Regina Henschel from comment #8)
> *** Bug 120683 has been marked as a duplicate of this bug. ***

At least if my concern has come here to bug 86856 to die a lonely death, at
least I know other people had the same idea.  Lots of vector programs like
Gravit and Inkscape can export to PNG with pixels as the unit of measurement,
so the resistance of the LO team to consider it seems a bit odd, but I guess it
is what it is. 

I wanted to use LO Draw for what I was doing in Gravit because Gravit was
recently bought by Corel and is going behind a paywall for its most salient
features. 

Oh well.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86856] No pixel measurement unit

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86856

Regina Henschel  changed:

   What|Removed |Added

 CC||mwtjunkm...@gmail.com

--- Comment #8 from Regina Henschel  ---
*** Bug 120683 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86856] No pixel measurement unit

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86856

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||109311


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109311
[Bug 109311] [META] Measurement unit bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86856] No pixel measurement unit

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86856

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||y3qhe87...@snkmail.com

--- Comment #7 from Yousuf Philips (jay)  ---
*** Bug 93059 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86856] No pixel measurement unit

2016-08-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86856

--- Comment #6 from jan d  ---
This also concerns Draw and Impress. Draw might be used for creating graphics
for the Web. In particular, it can also be useful as a Wireframing or mockup
application for UI design. There, having px as unit is essential, since things
like 1px wide borders or the like are not fun to specify if they need to be
translated into an odd mm measure.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86856] No pixel measurement unit

2016-07-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86856

--- Comment #5 from Jelle  ---
With the CCS 2.1 standard setting px as 96px/inch, it should be fairly
straightforward to implement PX as a measurement unit. It would certainly help
authors like me that do design of backgrounds and graphical element in pixel
measures for websites and other on screen content to be able to use the same
measures for instance for Impress (which I believe is mainly for on screen
presentations rather than print) to use a more direct approach. 

The request has been lingering since 2004 (Issue 35835). I honestly don't get
why this is such an issue. In bitmaps pixels represent points on the map. On
screen it is just the amount of points horizontal and vertical. Rescaling them
has been standard for the past 30 years or so. Pixels are the only measurement
usable in web design and SVG vector graphics use pixels as measurement for
their points in all major authoring software.

The main advantage of being able to use pixels as measurement unit would be to
be able to easily import graphics from third party applications and make work
flow a bit more fluent. Having to set the screen size to 10.6667" by 8"
to simulate a 1024x768 screen isn't all that intuitive. For poor people like me
who use metrics it is even worse if you have to double convert. I'm rather bad
at floating point calculations out of my head.

Please help the effort to move to the paperless office by implementing pixels
as units.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86856] No pixel measurement unit

2016-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86856

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #4 from Regina Henschel  ---
CSS has changed px from relative unit to absolute unit with version CSS 2.1.
https://www.w3.org/TR/CSS2/syndata.html#length-units

It is now 1px = 0.75pt in CSS2.1. That makes 96px = 1in or 1cm =[96/2.54]px,
which is the value you see in Inkscape.

When we decide to implement the unit px, it should be uses as defined in CSS
2.1.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86856] No pixel measurement unit

2016-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86856

V Stuart Foote  changed:

   What|Removed |Added

 CC||armin.le.gr...@me.com,
   ||vstuart.fo...@utsa.edu
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=97
   ||275

--- Comment #3 from V Stuart Foote  ---
The 1cm - 37.795275714 would be for a nominal 96 ppi resolution. I think we use
both 90ppi and 96ppi.

For SVG filters Xisco has implemented a 96 ppi for CSS standard (see bug
97275), so working against a nominal 96ppi (in line with CSS) might be a
reasonable metric to describe a canvas--not sure how much work that might be.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86856] No pixel measurement unit

2016-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86856

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=98
   ||453

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86856] No pixel measurement unit

2016-03-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86856

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=83
   ||615

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86856] No pixel measurement unit

2016-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86856

--- Comment #2 from Yousuf (Jay) Philips  ---
This would benefit Draw as well, as mentioned in the OOo bug report.

I checked Inkscape and it makes it easy to switch between measurement units and
has 1 cm equal to 37.795275714 pixels.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86856] No pixel measurement unit

2016-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86856

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   Keywords||needsDevEval, topicUI
   See Also||https://bz.apache.org/ooo/s
   ||how_bug.cgi?id=35835

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86856] No pixel measurement unit

2015-03-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86856

--- Comment #1 from Owen Genat  ---
Jay, I have no issue with adding a relative (rather than absolute) unit such as
pixel, however not all pixels are equal or geometrically square. I would think
this poses real on-screen rendering issues. Can any expert comment further on
this or can the scope of this request be clarified? Setting pixel as the
default unit I would see as problematic and unnecessary.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86856] No pixel measurement unit

2014-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86856

Adolfo Jayme  changed:

   What|Removed |Added

   Priority|medium  |low
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs