basiljs/basil.js

canvasMode BLEED not working correctly

Closed this issue · 1 comments

trych commented

Just noticed this while working on the transform function (which still works correctly).

If you place objects on a page using canvasMode(BLEED), it places them incorrectly. Need to investigate this further, but here are a few observations:

  • Placing an item on a single right hand page ignores the horizontal bleed.
  • Placing an item on the left page of a facing pages spread incorrectly uses the inner bleed instead of outer.

❗️This error has been around since basil 1.0, so it has nothing todo with the b-less port or with the transform() function.❗️

trych commented

This was fixed in #263. Closing.