Opened 15 years ago
Closed 15 years ago
#3005 closed enhancement (wontfix)
effects.scale: Enable option "to".
Reported by: | c_t | Owned by: | aaron |
---|---|---|---|
Priority: | major | Milestone: | 1.5.2 |
Component: | ui.effects.* (individual effect) | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It would be nice if one could pass not only the "from"-option but also the "to"-option to effects.scale. Otherwise reverting a scale-effect where "from" was defined seems quite impossible.
I've attached a simple patch that allows specifying the "to"-option and that works for me without any drawbacks so far.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | affects.scale_allow-option-to.patch added |
---|
comment:1 Changed 15 years ago by
Owner: | set to aaron |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
Milestone: | 1.5.1 → 1.5.2 |
---|
comment:3 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
effects.scale is for sizing by a percentage factor. If you want to specify a specific size to scale to (not a percentage), use effects.size
Note: See
TracTickets for help on using
tickets.
Enable option "to" for effects.scale