Skip to content

QEnvelopeView does not support quadratic/cubic shapes #483

Closed
@timblechmann

Description

quadratic or cubic envelope shapes are not drawn. compare:

(
w = Window("envelope", Rect(150 , Window.screenBounds.height - 250, 400, 150)).front;
b = EnvelopeView(w, Rect(0, 0, 350, 100));
b.setEnv(Env(curve: [\sqr, \cub]))
)

Metadata

Assignees

Labels

bugIssues that relate to unexpected/unwanted behavior. Don't use for PRs.comp: Qt GUIsclang Qt components -- for IDE tickets, use "env: SCIDE" instead

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions