Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get default dimensions from somewhere #15

Open
todo bot opened this issue Jun 4, 2019 · 1 comment
Open

Get default dimensions from somewhere #15

todo bot opened this issue Jun 4, 2019 · 1 comment
Labels
todo 🗒️ Referenced sourcecode todo

Comments

@todo
Copy link

todo bot commented Jun 4, 2019

label.width = 150; // TODO get default dimensions from somewhere
label.height = 50;
label.x = labelData.graphics.offset._attributes.x + element.x;
label.x -= (label.width - element.width) / 2;
label.y = labelData.graphics.offset._attributes.y + element.y;
label.y -= (label.height - element.height) / 2;


This issue was generated by todo based on a TODO comment in 449db32 when #13 was merged. cc @renew-js.
@todo todo bot added the todo 🗒️ Referenced sourcecode todo label Jun 4, 2019
@0x4d 0x4d changed the title get default dimensions from somewhere Get default dimensions from somewhere Jun 4, 2019
@0x4d
Copy link
Contributor

0x4d commented Jun 4, 2019

See #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo 🗒️ Referenced sourcecode todo
Projects
None yet
Development

No branches or pull requests

1 participant