How to disable SVG antialiasing?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Anatoly

The questions is simple. Is there a way to make Godot render SVGs without antialising like it renders 3D meshes? If no, then how to optimize 3D for 2D use?

Filtering is already disabled in project settings and in sprite import settings.
Mesh and SVG with current settings:
mesh is on the left, svg is on the right