1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00

NF: Add "arrow" as recognised named shape in ShapeStim

This commit is contained in:
Todd Parsons 2022-07-14 11:08:53 +01:00
parent 9ebfaedd86
commit 04669d28b3

View File

@ -371,4 +371,14 @@ ShapeStim.KnownShapes = {
[-0.39, 0.31],
[-0.09, 0.18],
],
arrow: [
[0.0, 0.5],
[-0.5, 0.0],
[-1/6, 0.0],
[-1/6, -0.5],
[1/6, -0.5],
[1/6, 0.0],
[0.5, 0.0],
],
};