Skip to content

Circles are clipped #3

@Yodo9000

Description

@Yodo9000

Steps to reproduce:

  1. Install Interweave in the Obsidian mobile app using the BRAT plugin.
  2. Make a new note with the following contents:
- sets:
  - A
  size: 12
- sets:
  - B
  size: 3
  color: "#ff0000"

What happens:

When viewing the note the left side of the B set gets clipped by the viewing frame:

Image

Adding more sets seems to make this worse. For example, with

- sets:
  - A
  size: 12
- sets:
  - B
  size: 3
  color: "#ff0000"
- sets:
  - C
  size: 3
  color: "#ff0000"

both sets B and C are clipped, and their labels are not even visible in the viewing frame. Only set A is fully visible.
Image
(screenshot made in canvas mode)

What I expected to happen:

All sets and regions are fully visible, either by making the "viewing frame" larger, or by putting them closer together.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions