Skip to content

Specs don't explain that annotations require a padding when the property group size approaches 255 #845

@LucaMarconato

Description

@LucaMarconato

Reading the JS neuroglancer code for parsing the properties of annotations, I noticed that due some WebGL limitations, a modulo-4 byte padding is expected when the property group size approaches 255 bytes:

nextPropertyGroup();

This is not mentioned in the specs, but I think it should, since otherwise an implementation for writing to the precomputed format may not cover this edge case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions