Skip to content

Fix bug where close-to-collinear line segments with thickness >= 2 got size f64::INFINITTY as i32 as coordinates. #267

Fix bug where close-to-collinear line segments with thickness >= 2 got size f64::INFINITTY as i32 as coordinates.

Fix bug where close-to-collinear line segments with thickness >= 2 got size f64::INFINITTY as i32 as coordinates. #267

name: Plotters Backend
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --package=plotters-backend