• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Size and position showing decimals

Explorer ,
Feb 09, 2022 Feb 09, 2022

Copy link to clipboard

Copied

So, for no reason whatsoever Illustrator started messing either the artboards sizes and/or their position to numbers with decimals:

 

Piter1288_0-1644467319567.png

 

If I create 20 artboards, even if the first one is positioned at a round number, the subsequent ones will show a decimal number and this will mess when I try to align shapes to the center:

 

https://recordit.co/knFKSWjBer 

TOPICS
Bug , Scripting

Views

595

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Engaged ,
Feb 10, 2022 Feb 10, 2022

Copy link to clipboard

Copied

LATEST
Hello, I also see this more often. It usually happens when you create a file in millimetres and then switch to pixels and back again in between. I think it's a calculation error with the Intel processors on Macs.
My tip: Just ignore it. As far as I have noticed, it has no effect on the file.
- j.
 
P. S. Adobe could round the numbers, then you wouldn't see it. In Javascript there is this command after all:

 

function fUnit(pUnit1,pUnit2,pValue){ // convert units like mm to px
var vValue = new UnitValue (pValue, pUnit1);
return vValue.as(pUnit2);
} // end of function

 

and then there are no annoying decimal places.
 
 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines