Scale argument no longer working?

I used to be able to insert antialiased text by rendering it at a high resolution and using the scale property in setMap to scale the rendered text down. Is something like this still possible? The scale property does not seem to have any effect anymore. The following is a json example that used to work (scaling things down by a factor of 4):

    {
      properties: [Object],
      width: 6,
      previewMessage: "press 'x' to open link",
      height: 1,
      normal: 'https://cdn.gather.town/storage.googleapis.com/gather-town.appspot.com/uploads/OEB5zYk2DUK9QXGI/vNelmcKfE3EApz6HVHIaDb',
      highlighted: 'https://cdn.gather.town/storage.googleapis.com/gather-town.appspot.com/uploads/OEB5zYk2DUK9QXGI/bDukaqmwOr5LFBtxe5A60d',
      distThreshold: 1,
      type: 1,
      y: 25,
      x: 42.2,
      scale: 4
    },

Thanks in advance!

1 Like